Speakeasy · Schema

GetTagsResponse

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

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