Barndoor · JSON Structure

Barndoor Update Policy Structure

Type: object Properties: 6
AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

UpdatePolicy is a JSON Structure definition published by Barndoor, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name support_contact tags status application_ids rules

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdatePolicy",
  "properties": {
    "name": {
      "type": "string"
    },
    "support_contact": {
      "type": "string"
    },
    "tags": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "status": {
      "type": "string",
      "enum": [
        "DRAFT",
        "ACTIVE",
        "INACTIVE",
        "ARCHIVED"
      ]
    },
    "application_ids": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "rules": {
      "items": {
        "properties": {
          "name": {
            "type": "string"
          },
          "authorized": {
            "type": "boolean"
          },
          "actions": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "roles_groups": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "condition": {
            "properties": {
              "match": {}
            },
            "type": "object",
            "required": [
              "match"
            ]
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  },
  "type": "object"
}