{
  "schema_version": "v1",
  "name_for_human": "Fillout Forms",
  "name_for_model": "fillout",
  "description_for_human": "Make forms, quizzes and surveys with the Fillout form builder. Create a form with text and modify it with drag-and-drop.",
  "description_for_model": "Plugin for creating forms, quizzes, and surveys based on a description of a form or a specific questions to ask. You can create forms and you'll get back a URL where the user can modify and publish the form. The forms can be constructed of multiple pages, each with a name and a type (either 'form' or 'cover'), and a list of fields. Each field must include a <type>. The field types are case sensitive and can be one of the following: Address, Captcha, Checkbox, Checkboxes (with optional multiple selection), CurrencyInput, DatePicker, DateRange, DateTimePicker, Dropdown (with options), EmailInput, FileUpload, ImagePicker (with options), LongAnswer, MultiSelect (with options), MultipleChoice (with options and optional multiple selection), NumberInput, OpinionScale, PhoneNumber, ShortAnswer, Signature, Slider, StarRating, TimePicker, and URLInput. Each field must have <settings> which can include <label>, <caption>, <placeholder>, the <options> (passed as an array of objects with <label> and optional <imageUrl>), <showOtherOption>, <required>, <otherLabels> (with optional <left> and <right>), and <range> (with optional <min> and <max>). If the page type is 'cover', you can also include settings such as <title>, and <subtitle>.  Additionally, each form can specify a <galleryThemeId>, which can be one of the following: 'dark', 'cheerful', 'bold', 'green-ocean', 'calm', 'serene', 'cool', 'monotone', 'stars', 'rose', 'wallFlower', 'charcoal', 'dreamy', 'angular', 'greenBubbles', 'purpleBubbles', 'neon', 'simplePurple', 'navyPop'. IMPORTANT: the field types and gallery theme IDs are case sensitive!",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "http://localhost:2502/openapi.yaml"
  },
  "logo_url": "https://static.fillout.com/logoWithPadding.png",
  "contact_email": "support@fillout.com",
  "legal_info_url": "https://www.fillout.com/terms"
}
