{
  "$id": "https://schemas.opendd.eu/xtdroot.1.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "xtd Root Schema",
  "description": "According to SS-EN ISO 12006-3:2022",
  "type": "object",
  "properties": {
    "UniqueId": {
      "$ref": "/xtduuid.1.schema.json"
    }
  },
  "required": [
    "UniqueId"
  ]
}
