18 lines
No EOL
298 B
JSON
18 lines
No EOL
298 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "MyStruct",
|
|
"type": "object",
|
|
"properties": {
|
|
"included1": {
|
|
"type": "number",
|
|
"format": "float"
|
|
},
|
|
"included2": {
|
|
"type": "null"
|
|
}
|
|
},
|
|
"required": [
|
|
"included1",
|
|
"included2"
|
|
]
|
|
} |