Environment Approval

An entry in the reviews log for environment deployments

APIs.ioEngineeringPlatform

Properties

Name Type Description
environments array The list of environments that were approved or rejected
state string Whether deployment to the environment(s) was approved or rejected or pending (with comments)
user object
comment string The comment submitted with the deployment review
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-environment-approvals-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/environment-approvals",
  "title": "Environment Approval",
  "description": "An entry in the reviews log for environment deployments",
  "type": "object",
  "properties": {
    "environments": {
      "description": "The list of environments that were approved or rejected",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "description": "The id of the environment.",
            "example": 56780428,
            "type": "integer"
          },
          "node_id": {
            "type": "string",
            "example": "MDExOkVudmlyb25tZW50NTY3ODA0Mjg="
          },
          "name": {
            "description": "The name of the environment.",
            "example": "staging",
            "type": "string"
          },
          "url": {
            "type": "string",
            "example": "https://api.github.com/repos/github/hello-world/environments/staging"
          },
          "html_url": {
            "type": "string",
            "example": "https://github.com/github/hello-world/deployments/activity_log?environments_filter=staging"
          },
          "created_at": {
            "description": "The time that the environment was created, in ISO 8601 format.",
            "example": "2020-11-23T22:00:40Z",
            "format": "date-time",
            "type": "string"
          },
          "updated_at": {
            "description": "The time that the environment was last updated, in ISO 8601 format.",
            "example": "2020-11-23T22:00:40Z",
            "format": "date-time",
            "type": "string"
          }
        }
      }
    },
    "state": {
      "description": "Whether deployment to the environment(s) was approved or rejected or pending (with comments)",
      "enum": [
        "approved",
        "rejected",
        "pending"
      ],
      "example": "approved",
      "type": "string"
    },
    "user": {
      "$ref": "#/components/schemas/simple-user"
    },
    "comment": {
      "type": "string",
      "description": "The comment submitted with the deployment review",
      "example": "Ship it!"
    }
  },
  "required": [
    "environments",
    "state",
    "user",
    "comment"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-environment-approvals"
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.