Amazon API Gateway · JSON Structure

Management Identity Structure

Identity schema from Amazon API Gateway management API

Type: object Properties: 2
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Properties

SourceIp UserAgent

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SourceIp": {
      "type": "string",
      "description": "Source IP address of the client.",
      "example": "example-value"
    },
    "UserAgent": {
      "type": "string",
      "description": "User agent string from the client.",
      "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/management-identity-structure.json",
  "name": "Identity",
  "description": "Identity schema from Amazon API Gateway management API"
}