Properties
| Name | Type | Description |
|---|---|---|
| build_config | object | |
| canonical_deployment | object | |
| created_on | string | When the project was created. |
| deployment_configs | object | |
| domains | array | A list of associated custom domains for the project. |
| id | string | Id of the project. |
| latest_deployment | object | |
| name | string | Name of the project. |
| production_branch | string | Production branch of the project. Used to identify production deployments. |
| source | object | |
| subdomain | string | The Cloudflare subdomain associated with the project. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/pages_project-object",
"title": "pages_project-object",
"properties": {
"build_config": {
"$ref": "#/components/schemas/pages_build_config"
},
"canonical_deployment": {
"allOf": [
{
"$ref": "#/components/schemas/pages_deployments"
},
{
"description": "Most recent deployment to the repo.",
"nullable": true,
"readOnly": true,
"type": "object"
}
]
},
"created_on": {
"description": "When the project was created.",
"example": "2017-01-01T00:00:00Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"deployment_configs": {
"$ref": "#/components/schemas/pages_deployment_configs"
},
"domains": {
"description": "A list of associated custom domains for the project.",
"example": [
"customdomain.com",
"customdomain.org"
],
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"id": {
"description": "Id of the project.",
"example": "7b162ea7-7367-4d67-bcde-1160995d5",
"readOnly": true,
"type": "string"
},
"latest_deployment": {
"allOf": [
{
"$ref": "#/components/schemas/pages_deployments"
},
{
"description": "Most recent deployment to the repo.",
"nullable": true,
"readOnly": true,
"type": "object"
}
]
},
"name": {
"description": "Name of the project.",
"example": "NextJS Blog",
"type": "string"
},
"production_branch": {
"description": "Production branch of the project. Used to identify production deployments.",
"example": "main",
"type": "string"
},
"source": {
"$ref": "#/components/schemas/pages_source"
},
"subdomain": {
"description": "The Cloudflare subdomain associated with the project.",
"example": "helloworld.pages.dev",
"readOnly": true,
"type": "string"
}
},
"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-pages-project-object"
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.