Akamai · Schema

version-notes-get-200

The GET Response for Version Notes.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
notes string The version notes.
View JSON Schema on GitHub

JSON Schema

akamai-version-notes-get-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/version-notes-get-200",
  "title": "version-notes-get-200",
  "additionalProperties": false,
  "description": "The GET Response for Version Notes.",
  "properties": {
    "notes": {
      "description": "The version notes.",
      "type": "string"
    }
  },
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/version-notes-get-200.yaml"
  }
}