{
  "definitions": {
    "events": {
      "$ref": "#/definitions/Events",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "definitions": {
        "Events": {
          "additionalProperties": false,
          "properties": {
            "done": {
              "additionalProperties": false,
              "properties": {
                "id": {
                  "type": "string"
                },
                "schema": {}
              },
              "required": [
                "schema",
                "id"
              ],
              "type": "object"
            }
          },
          "required": [
            "done"
          ],
          "type": "object"
        }
      }
    },
    "component": {
      "$ref": "#/definitions/Component",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "definitions": {
        "Component": {
          "additionalProperties": false,
          "properties": {
            "debug": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            },
            "output_schema": {
              "items": {},
              "type": "array"
            },
            "style": {
              "type": "string"
            }
          },
          "type": "object"
        }
      }
    }
  },
  "description": "",
  "storybookArgs": {
    "debug": {
      "control": {
        "type": "boolean"
      }
    },
    "output_schema": {
      "control": {
        "type": "object"
      }
    },
    "done": {
      "action": "doneEvent"
    }
  },
  "styleSetup": {
    "vars": [],
    "parts": []
  },
  "contributors": [],
  "htmlSlots": [],
  "i18n": [],
  "examples": [
    {
      "name": "default",
      "data": {}
    },
    {
      "name": "debug",
      "data": {
        "debug": true
      }
    },
    {
      "name": "debug-default",
      "data": {
        "debug": true,
        "output_schema": [
          {
            "id": "name",
            "conditional": false,
            "label": "Name",
            "max": 100,
            "min": 0,
            "required": true,
            "placeholder": "Enter your name",
            "type": "text",
            "value": "abbello"
          }
        ]
      }
    }
  ],
  "screenshots": [],
  "licenses": [
    {
      "type": "Apache-2.0",
      "path": "LICENSE.md",
      "cost": 0,
      "currency": "EUR"
    }
  ],
  "readmePath": "README.md",
  "name": "hb-form-composer",
  "category": "form",
  "tags": [
    "form"
  ],
  "size": {},
  "iifePath": "main.iife.js",
  "repoName": "@htmlbricks/hb-form-composer",
  "version": "0.65.13"
}