{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Pong", "description": "A confirmation that the current application has access to the Open API", "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-pong-schema.json", "type": "object", "properties": { "application_id": { "type": "integer", "description": "The authenticated application's ID", "format": "int64", "minimum": 1, "example": 1 } } }