Amazon API Gateway · JSON Structure

V1 Resource Structure

Resource schema from Amazon API Gateway v1 API

Type: object Properties: 4
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

Resource is a JSON Structure definition published by Amazon API Gateway, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id parentId pathPart path

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Resource identifier.",
      "example": "abc123"
    },
    "parentId": {
      "type": "string",
      "description": "Parent resource identifier.",
      "example": "abc123"
    },
    "pathPart": {
      "type": "string",
      "description": "Last path segment for this resource.",
      "example": "example-value"
    },
    "path": {
      "type": "string",
      "description": "Full path of the resource.",
      "example": "example-value"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-structure/v1-resource-structure.json",
  "name": "Resource",
  "description": "Resource schema from Amazon API Gateway v1 API"
}