I would like to validate programmatically an input that is expected to be a UI Schema. It should raise if such input does not comply with the UI Schema specifications.
Do we have a JSON Schema of UI Schemas for such validation?
Additional note: it seems to look fine as a smoke test. In order to mirror what I see as behavior in JSONForms Editor, I need to unset the “additionalProperty”: false keys.
You are right, this is a full JSON Schema for the UI Schema. The JSON Schema was contributed by the community (thanks @kchobantonov) as part of the Vuetify dev application.