CreatePolicyVersionResponse

Contains the response to a successful CreatePolicyVersion request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
PolicyVersion object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-createpolicyversionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePolicyVersionResponse",
  "title": "CreatePolicyVersionResponse",
  "type": "object",
  "properties": {
    "PolicyVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyVersion"
        },
        {
          "description": "A structure containing details about the new policy version."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>CreatePolicyVersion</a> request. "
}