CreateResourceRequest

Requests API Gateway to create a Resource resource.

APIs.ioEngineeringPlatform

Properties

Name Type Description
pathPart object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-createresourcerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateResourceRequest",
  "title": "CreateResourceRequest",
  "type": "object",
  "required": [
    "pathPart"
  ],
  "properties": {
    "pathPart": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The last path segment for this resource."
        }
      ]
    }
  },
  "description": "Requests API Gateway to create a Resource resource."
}