Amazon Proton · Schema
Service
Detailed data of an Proton service resource.
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| branchName | object | |
| createdAt | object | |
| description | object | |
| lastModifiedAt | object | |
| name | object | |
| pipeline | object | |
| repositoryConnectionArn | object | |
| repositoryId | object | |
| spec | object | |
| status | object | |
| statusMessage | object | |
| templateName | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-service-schema.json",
"title": "Service",
"description": "Detailed data of an Proton service resource.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceArn"
},
{
"description": "The Amazon Resource Name (ARN) of the service."
}
]
},
"branchName": {
"allOf": [
{
"$ref": "#/components/schemas/GitBranchName"
},
{
"description": "The name of the code repository branch that holds the code that's deployed in Proton."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the service was created."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A description of the service."
}
]
},
"lastModifiedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the service was last modified."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the service."
}
]
},
"pipeline": {
"allOf": [
{
"$ref": "#/components/schemas/ServicePipeline"
},
{
"description": "The service pipeline detail data."
}
]
},
"repositoryConnectionArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol\">Setting up an AWS CodeStar connection</a> in the <i>Proton User Guide</i>."
}
]
},
"repositoryId": {
"allOf": [
{
"$ref": "#/components/schemas/RepositoryId"
},
{
"description": "The ID of the source code repository."
}
]
},
"spec": {
"allOf": [
{
"$ref": "#/components/schemas/SpecContents"
},
{
"description": "The formatted specification that defines the service."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceStatus"
},
{
"description": "The status of the service."
}
]
},
"statusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/StatusMessage"
},
{
"description": "A service status message."
}
]
},
"templateName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the service template."
}
]
}
},
"required": [
"arn",
"createdAt",
"lastModifiedAt",
"name",
"spec",
"status",
"templateName"
]
}
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/amazon-proton-service"
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.