Speakeasy · Schema

PreflightToken

A PreflightToken is a token that allows access to the OCI distribution endpoints.

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
auth_token string
View JSON Schema on GitHub

JSON Schema

speakeasy-preflighttoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PreflightToken",
  "title": "PreflightToken",
  "description": "A PreflightToken is a token that allows access to the OCI distribution endpoints.",
  "properties": {
    "auth_token": {
      "type": "string"
    }
  },
  "required": [
    "access_token"
  ]
}