Speakeasy · Schema

GetRevisionsResponse

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
items array
next_page_token string
View JSON Schema on GitHub

JSON Schema

speakeasy-getrevisionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetRevisionsResponse",
  "title": "GetRevisionsResponse",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Revision"
      }
    },
    "next_page_token": {
      "type": "string"
    }
  },
  "required": [
    "items",
    "next_page_token"
  ]
}