Akamai API Security · JSON Structure

Api Security Version Notes Get 200 Structure

The GET Response for Version Notes.

Type: object Properties: 1
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

version-notes-get-200 is a JSON Structure definition published by Akamai API Security, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-structure/api-security-version-notes-get-200-structure.json",
  "name": "version-notes-get-200",
  "description": "The GET Response for Version Notes.",
  "type": "object",
  "properties": {
    "notes": {
      "description": "The version notes.",
      "type": "string"
    }
  },
  "additionalProperties": false
}