pages_project-patch

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pages-project-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pages_project-patch",
  "title": "pages_project-patch",
  "allOf": [
    {
      "$ref": "#/components/schemas/pages_project-object"
    },
    {
      "example": {
        "deployment_configs": {
          "production": {
            "compatibility_date": "2022-01-01",
            "compatibility_flags": [
              "url_standard"
            ],
            "env_vars": {
              "BUILD_VERSION": {
                "value": "3.3"
              },
              "delete_this_env_var": null,
              "secret_var": {
                "type": "secret_text",
                "value": "A_CMS_API_TOKEN"
              }
            }
          }
        }
      },
      "type": "object"
    }
  ]
}