Speakeasy · Schema

V2Descriptor

V2 descriptor

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
digest string Digest
mediaType string Media type
size integer Size
annotations object
View JSON Schema on GitHub

JSON Schema

speakeasy-v2descriptor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2Descriptor",
  "title": "V2Descriptor",
  "description": "V2 descriptor",
  "properties": {
    "digest": {
      "description": "Digest",
      "type": "string"
    },
    "mediaType": {
      "description": "Media type",
      "type": "string"
    },
    "size": {
      "description": "Size",
      "type": "integer"
    },
    "annotations": {
      "$ref": "#/components/schemas/Annotations"
    }
  }
}