Amazon API Gateway · Schema

Identity

Identity schema from Amazon API Gateway management API

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

Properties

Name Type Description
SourceIp string Source IP address of the client.
UserAgent string User agent string from the client.
View JSON Schema on GitHub

JSON Schema

management-identity-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-schema/management-identity-schema.json",
  "title": "Identity",
  "description": "Identity schema from Amazon API Gateway management API"
}