{
  "description": "This is the interface description of @DataIntegration.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://sap.github.io/csn-interop-specification/spec-v1/dataintegration.schema.json#",
  "title": "DataIntegration Document",
  "type": "object",
  "definitions": {
    "@DataIntegration.dataUnavailable": {
      "type": "boolean",
      "description": "Specifies that the data of the element or entity is unavailable although it is part of the output structure.",
      "x-extension-targets": [
        "Type",
        "Entity"
      ],
      "title": "@DataIntegration.dataUnavailable"
    }
  }
}