2020-04-08 14:13:33 +05:30
|
|
|
{
|
2021-06-08 01:23:25 +05:30
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
2020-04-08 14:13:33 +05:30
|
|
|
"type": "object",
|
|
|
|
"required": [],
|
|
|
|
"properties": {
|
|
|
|
"name": { "type": "string" },
|
|
|
|
"precision": { "type": "number" },
|
|
|
|
"format": { "type": "string" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|