11 lines
205 B
JSON
11 lines
205 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [],
|
||
|
"properties": {
|
||
|
"name": { "type": "string" },
|
||
|
"precision": { "type": "number" },
|
||
|
"format": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|