Skip to content

FormFieldVisibilityRequest

Type: object

Properties

Property Type Required Description Constraints
ruleType string Yes Type of rule to apply enum: show, alwaysShow, hide
rules array Yes JSON Array of rules

Generated example

{
  "ruleType": "show",
  "rules": [
    {
      "altLabel": "string",
      "operator": "is",
      "pickListValues": [
        {
          "isDefault": true,
          "label": "string",
          "selected": true,
          "value": "string"
        }
      ],
      "subjectField": "string",
      "values": [
        "string"
      ]
    }
  ]
}

Referenced models

Source

Generated from swagger-asset.json.