restspace/svelte-schema-form

support `additionalProperties`

Opened this issue · 0 comments

{
  "type": "object",
  "properties": {
    "asdf": {
      "type": "string"
    }
  },
  "additionalProperties": {
    "type": "string"
  }
}

it could look something like this:
image