{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://fitko.uber.space/0.9.6/metadata.schema.json",
  "type": "object",
  "title": "Metadaten",
  "description": "",
  "required": [
    "authenticationInformation",
    "contentStructure"
  ],
  "properties": {
    "authenticationInformation": {
      "$ref": "#/definitions/AuthenticationInformation"
    },
    "paymentInformation": {
      "$ref": "#/definitions/PaymentInformation"
    },
    "publicServiceType": {
      "$ref": "#/definitions/PublicServiceType"
    },
    "contentStructure": {
      "$ref": "#/definitions/ContentStructure"
    },
    "replyChannel": {
      "$ref": "#/definitions/ReplyChannel"
    },
    "additionalReferenceInfo": {
      "$ref": "#/definitions/AdditionalReferenceInfo"
    }
  },
  "definitions": {
    "PaymentInformation": {
      "$ref": "./definitions/paymentInformation.json"
    },
    "PublicServiceType": {
      "$ref": "./definitions/publicServiceType.json"
    },
    "ContentStructure": {
      "$ref": "./definitions/contentStructure.json"
    },
    "AuthenticationInformation": {
      "$ref": "./definitions/authenticationInformation.json"
    },
    "ReplyChannel": {
      "$ref": "./definitions/replyChannel.json"
    },
    "AdditionalReferenceInfo": {
      "$ref": "./definitions/additionalReferenceInfo.json"
    }
  }
}
