add units keyword
This commit is contained in:
@ -13,6 +13,9 @@
|
|||||||
"title": {"type": "string"},
|
"title": {"type": "string"},
|
||||||
"docs": {"type": "string"},
|
"docs": {"type": "string"},
|
||||||
"schema": {"type": "string"},
|
"schema": {"type": "string"},
|
||||||
|
"units": {
|
||||||
|
"enum": ["lj", "real", "metal", "si", "cgs", "electron", "micro", "nano" ]
|
||||||
|
},
|
||||||
"com": {"type": "array",
|
"com": {"type": "array",
|
||||||
"prefixItems": [
|
"prefixItems": [
|
||||||
{"type": "number"},
|
{"type": "number"},
|
||||||
|
|||||||
Reference in New Issue
Block a user