{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "#/component/conditional",
  "type": "object",
  "description": "Information of a form field related to conditional rendering.",
  "properties": {
    "hide": {
      "$id": "/#component/conditional/hide",
      "type": ["string", "boolean"],
      "description": "Expression to hide the form field."
    }
  }
}
