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