summaryrefslogtreecommitdiffstats
path: root/common-be/src/test/resources/propertyFilterConstraintDataDefinitionDeserializer/filter-constraint-static.json
blob: 4faee8ab1abda0ee2e0de6b00f9f2265d31eeb2e (plain)
1
2
3
4
5
6
7
8
{
  "propertyName": "aProperty",
  "capabilityName": "aCapability",
  "targetType": "CAPABILITY",
  "operator": "EQUAL",
  "valueType": "STATIC",
  "value": "aStaticValue"
}