Akamai · Schema

version-notes-put

Specifies the setting for a version note update request.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

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

JSON Schema

akamai-version-notes-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/version-notes-put",
  "title": "version-notes-put",
  "additionalProperties": false,
  "description": "Specifies the setting for a version note update request.",
  "properties": {
    "notes": {
      "description": "The version notes.",
      "type": "string"
    }
  },
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/version-notes-put.yaml"
  }
}