The GET Response for Version Notes.
{ "$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" } }