{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "https://schema.entrecode.de/schema-data/dm-assetgroup-template-put",
  "type": "object",
  "properties": {
    "settings": {
      "$ref": "https://schema.entrecode.de/schema-data/dm-assetgroup#/allOf/1/properties/settings"
    },
    "policies": {
      "$ref": "https://schema.entrecode.de/schema-data/dm-assetgroup#/allOf/1/properties/policies"
    }
  }
}