Speakeasy · Schema

RemoteDocument

A document hosted in the registry

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
registry_url string
View JSON Schema on GitHub

JSON Schema

speakeasy-remotedocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RemoteDocument",
  "title": "RemoteDocument",
  "description": "A document hosted in the registry",
  "properties": {
    "registry_url": {
      "type": "string"
    }
  },
  "required": [
    "registry_url"
  ]
}