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