15 lines
227 B
JSON
15 lines
227 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": { "type": "string" },
|
||
|
"format": {
|
||
|
"type": "string",
|
||
|
"default": "engineering"
|
||
|
},
|
||
|
"precision": {
|
||
|
"type": "number",
|
||
|
"default": 2
|
||
|
}
|
||
|
}
|
||
|
}
|