Source code

Revision control

Copy as Markdown

Other Tools

{
"title": "Test",
"type": "object",
"required": [
"map"
],
"properties": {
"map": {
"type": "object",
"additionalProperties": {
"type": "integer",
"format": "int32"
}
}
}
}