ImageConfigResponse

Response to a GetFunctionConfiguration request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ImageConfig object
Error object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-imageconfigresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImageConfigResponse",
  "title": "ImageConfigResponse",
  "type": "object",
  "properties": {
    "ImageConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageConfig"
        },
        {
          "description": "Configuration values that override the container image Dockerfile."
        }
      ]
    },
    "Error": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageConfigError"
        },
        {
          "description": "Error response to <code>GetFunctionConfiguration</code>."
        }
      ]
    }
  },
  "description": "Response to a <code>GetFunctionConfiguration</code> request."
}