feat(foundry): support restricted subject aspects

This commit is contained in:
Codex
2026-07-24 09:31:34 +03:00
parent 03aa9e3e7e
commit 49f0c449c1
13 changed files with 313 additions and 15 deletions
@@ -83,6 +83,7 @@
"order": { "type": "integer", "minimum": 0, "maximum": 10000 },
"aspectId": { "type": "string", "minLength": 1, "maxLength": 160 },
"joinToBindingId": { "type": "string", "minLength": 1, "maxLength": 128 },
"dataClass": { "enum": ["operational", "restricted"] },
"subjectDetailProfileId": { "type": "string", "minLength": 1, "maxLength": 160 }
}
}