balena-io-modules / jellyschema

JellySchema - data validation, UI form generation
Apache License 2.0
4 stars 2 forks source link

Support dynamic object types - `keys` and `values` on schema #67

Closed cyplo closed 5 years ago

cyplo commented 5 years ago
properties:
  - someDictionary:
      type: object
      keys:
        schema
      values:
        schema

Use patternProperties on the JSONSchema side