9 lines
233 B
JSON
9 lines
233 B
JSON
{ "properties": {
|
|
"string": { "type": "string" },
|
|
"number": { "type": "number" },
|
|
"object": { "type": "object" },
|
|
"array": { "type": "array" },
|
|
"boolean": { "type": "boolean" },
|
|
"null": { "type": "null" }
|
|
} }
|