title: Extension
type: object
additionalProperties: false
description: Data model for the complex type Extension.
properties:
  key:
    $ref: ./ExtensionKey.yaml
  value:
    $ref: ./ExtensionValue.yaml
required:
  - key
  - value
