Barndoor · Schema
PolicySummary
Summary row used for policy list views.
AI AgentsAI GovernanceAgentic AIMCPPolicy EnforcementAuthenticationIdentitySecurityAuditControl Plane
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| status | string | |
| mcp_server_id | string | |
| mcp_server_name | object | |
| application_ids | array | |
| application_names | array | |
| tags | array | |
| updated_at | string | |
| updated_by_user_id | string | |
| updated_by_user_name | object | |
| description | object | |
| rules_count | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PolicySummary",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"title": "Id"
},
"name": {
"type": "string",
"title": "Name"
},
"status": {
"type": "string",
"title": "Status"
},
"mcp_server_id": {
"type": "string",
"title": "Mcp Server Id"
},
"mcp_server_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Mcp Server Name"
},
"application_ids": {
"items": {
"type": "string"
},
"type": "array",
"title": "Application Ids"
},
"application_names": {
"items": {
"type": "string"
},
"type": "array",
"title": "Application Names"
},
"tags": {
"items": {
"type": "string"
},
"type": "array",
"title": "Tags"
},
"updated_at": {
"type": "string",
"format": "date-time",
"title": "Updated At"
},
"updated_by_user_id": {
"type": "string",
"title": "Updated By User Id"
},
"updated_by_user_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Updated By User Name"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description"
},
"rules_count": {
"type": "integer",
"title": "Rules Count",
"default": 0
}
},
"type": "object",
"required": [
"id",
"name",
"status",
"mcp_server_id",
"updated_at",
"updated_by_user_id"
],
"description": "Summary row used for policy list views."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/barndoor-policy-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.