Properties
| Name | Type | Description |
|---|---|---|
| StatementId | object | |
| Action | object | |
| Principal | object | |
| OrganizationId | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AddLayerVersionPermissionRequest",
"title": "AddLayerVersionPermissionRequest",
"type": "object",
"required": [
"StatementId",
"Action",
"Principal"
],
"properties": {
"StatementId": {
"allOf": [
{
"$ref": "#/components/schemas/StatementId"
},
{
"description": "An identifier that distinguishes the policy from others on the same layer version."
}
]
},
"Action": {
"allOf": [
{
"$ref": "#/components/schemas/LayerPermissionAllowedAction"
},
{
"description": "The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>."
}
]
},
"Principal": {
"allOf": [
{
"$ref": "#/components/schemas/LayerPermissionAllowedPrincipal"
},
{
"description": "An account ID, or <code>*</code> to grant layer usage permission to all accounts in an organization, or all Amazon Web Services accounts (if <code>organizationId</code> is not specified). For the last case, make sure that you really do want all Amazon Web Services accounts to have usage permission to this layer. "
}
]
},
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "With the principal set to <code>*</code>, grant permission to all accounts in the specified organization."
}
]
}
}
}
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-addlayerversionpermissionrequest"
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.