{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "https://schema.entrecode.de/schema-data/dm-template-template",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "collection": {
      "$ref": "https://schema.entrecode.de/schema-data/postman-collection"
    },
    "dataSchema": {
      "$ref": "http://json-schema.org/draft-04/schema"
    },
    "_embedded": {
      "properties": {
        "ec:dm-template/parent": {
          "$ref": "https://schema.entrecode.de/schema-data/dm-template"
        }
      }
    }
  },
  "required": [
    "name",
    "collection"
  ]
}
