Add shape meta manipulations and rework attribute hook.

This commit is contained in:
Ottermandias 2025-05-15 17:46:53 +02:00
parent 0adec35848
commit 6ad0b4299a
23 changed files with 900 additions and 298 deletions

View file

@ -3,7 +3,7 @@
"type": "object",
"properties": {
"Type": {
"enum": [ "Unknown", "Imc", "Eqdp", "Eqp", "Est", "Gmp", "Rsp", "GlobalEqp", "Atch" ]
"enum": [ "Unknown", "Imc", "Eqdp", "Eqp", "Est", "Gmp", "Rsp", "GlobalEqp", "Atch", "Shp" ]
},
"Manipulation": {
"type": "object"
@ -90,6 +90,16 @@
"$ref": "meta_atch.json"
}
}
},
{
"properties": {
"Type": {
"const": "Shp"
},
"Manipulation": {
"$ref": "meta_shp.json"
}
}
}
]
}