Support TOSCA functions in Node Filters
[sdc.git] / common-be / src / test / resources / propertyFilterConstraintDataDefinitionDeserializer / filter-constraint-get-input.json
1 {
2   "propertyName": "aProperty",
3   "targetType": "PROPERTY",
4   "operator": "GREATER_THAN",
5   "valueType": "GET_INPUT",
6   "value": {
7     "type": "GET_INPUT",
8     "functionType": "GET_INPUT",
9     "propertyName": "aProperty",
10     "propertyUniqueId": "aPropertyId",
11     "propertySource": "SELF",
12     "sourceName": "aService",
13     "sourceUniqueId": "aServiceId",
14     "propertyPathFromSource": ["input", "subProperty"]
15   }
16 }