Barndoor · Schema

FilterOption

Individual filter option.

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

Properties

Name Type Description
value string
label string
View JSON Schema on GitHub

JSON Schema

barndoor-filter-option-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FilterOption",
  "properties": {
    "value": {
      "type": "string",
      "title": "Value"
    },
    "label": {
      "type": "string",
      "title": "Label"
    }
  },
  "type": "object",
  "required": [
    "value",
    "label"
  ],
  "description": "Individual filter option."
}