summaryrefslogtreecommitdiffstats
path: root/common-be/src/test/resources/propertyFilterConstraintDataDefinitionDeserializer/filter-constraint-get-input.json
blob: 3ceee518043e4b38abd79bb5dfacbed2c912bd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "propertyName": "aProperty",
  "targetType": "PROPERTY",
  "operator": "GREATER_THAN",
  "valueType": "GET_INPUT",
  "value": {
    "type": "GET_INPUT",
    "functionType": "GET_INPUT",
    "propertyName": "aProperty",
    "propertyUniqueId": "aPropertyId",
    "propertySource": "SELF",
    "sourceName": "aService",
    "sourceUniqueId": "aServiceId",
    "propertyPathFromSource": ["input", "subProperty"]
  }
}