Barndoor · JSON Structure

Barndoor Policy Revision Summary Structure

Type: object Properties: 7 Required: 5
AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

PolicyRevisionSummary is a JSON Structure definition published by Barndoor, describing 7 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id policy_id changes changes_summary revised_at revised_by revised_by_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicyRevisionSummary",
  "properties": {
    "id": {
      "type": "string"
    },
    "policy_id": {
      "type": "string"
    },
    "changes": {
      "additionalProperties": true,
      "type": "object"
    },
    "changes_summary": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "revised_at": {
      "type": "string"
    },
    "revised_by": {
      "type": "string"
    },
    "revised_by_name": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "id",
    "policy_id",
    "changes",
    "revised_at",
    "revised_by"
  ]
}