add units keyword

This commit is contained in:
Axel Kohlmeyer
2025-05-22 23:23:22 -04:00
parent 0df77ef7ca
commit 30b555d7dc

View File

@ -13,6 +13,9 @@
"title": {"type": "string"},
"docs": {"type": "string"},
"schema": {"type": "string"},
"units": {
"enum": ["lj", "real", "metal", "si", "cgs", "electron", "micro", "nano" ]
},
"com": {"type": "array",
"prefixItems": [
{"type": "number"},