JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_policy_check_response",
"title": "access_policy_check_response",
"allOf": [
{
"$ref": "#/components/schemas/access_api-response-single"
},
{
"properties": {
"result": {
"properties": {
"app_state": {
"properties": {
"app_uid": {
"$ref": "#/components/schemas/access_uuid"
},
"aud": {
"example": "737646a56ab1df6ec9bddc7e5ca84eaf3b0768850f3ffb5d74f1534911fe389",
"type": "string"
},
"hostname": {
"example": "test.com",
"type": "string"
},
"name": {
"example": "Test App",
"type": "string"
},
"policies": {
"example": [
{
"decision": "allow",
"exclude": [],
"include": [
{
"_type": "email",
"email": "testuser@gmail.com"
}
],
"precedence": 0,
"require": [],
"status": "Success"
}
],
"items": {
"type": "object"
},
"type": "array"
},
"status": {
"example": "Success",
"type": "string"
}
},
"type": "object"
},
"user_identity": {
"properties": {
"account_id": {
"example": "41ecfbb341f033e52b46742756aabb8b",
"type": "string"
},
"device_sessions": {
"example": {},
"type": "object"
},
"email": {
"example": "testuser@gmail.com",
"type": "string"
},
"geo": {
"properties": {
"country": {
"example": "US",
"type": "string"
}
},
"type": "object"
},
"iat": {
"type": "integer"
},
"id": {
"example": "1164449231815010287495",
"type": "string"
},
"is_gateway": {
"example": false,
"type": "boolean"
},
"is_warp": {
"example": false,
"type": "boolean"
},
"name": {
"example": "Test User",
"type": "string"
},
"user_uuid": {
"$ref": "#/components/schemas/access_uuid"
},
"version": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
}
}
]
}
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/apis-io-engineering-platform-access-policy-check-response"
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.