Source code
Revision control
Copy as Markdown
Other Tools
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Test",
"type": "object",
"required": [
"map"
],
"properties": {
"map": {
"type": "object",
"additionalProperties": {
"type": "integer",
"format": "int32"
}
}
}
}