svelte-schema-form icon indicating copy to clipboard operation
svelte-schema-form copied to clipboard

support `additionalProperties`

Open DetachHead opened this issue 2 years ago • 0 comments

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

it could look something like this: image

DetachHead avatar Feb 22 '23 06:02 DetachHead