Json Schema for UI schema exists?

Hello,

Some editors support JSON Schema, so developers can embed $schema keyword and use autocomplete to code JSON files.

I’d like to find a JsonSchema, which defines a JSON Forms UI schema, but it’s hard to find.

json-schema.org hosts their schema definitions.
http://json-schema.org/draft-07/schema#

Does the schema definition for JSON Forms UI schema exists?

Hi @shotanue. Sadly we don’t have a JSON schema for the UI Schema. We develop in Typescript, so what we have are the respective typings which also offers us autocomplete support.

For the JSON Forms editor we specified the rule subset of the UI Schema in JSON Schema, but that’s about it. If you’d like to create a JSON Schema for the UI Schema I’ll happily review it.

1 Like