20 lines
No EOL
313 B
JSON
20 lines
No EOL
313 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "A",
|
|
"type": "object",
|
|
"properties": {
|
|
"x": {
|
|
"type": "integer",
|
|
"format": "uint8",
|
|
"minimum": 0
|
|
},
|
|
"v": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
}
|
|
},
|
|
"required": [
|
|
"x",
|
|
"v"
|
|
]
|
|
} |