Merge "ICS tests with istio and JWTs"
[nonrtric.git] / dmaap-adaptor-java / src / main / resources / typeSchemaDmaap.json
1 {
2   "$schema": "http://json-schema.org/draft-04/schema#",
3   "type": "object",
4   "properties": {
5     "filter": {
6        "type": "string"
7      }
8   },
9   "additionalProperties": false
10 }