information-system-model/src/test/resources/queryTemplates/queryTemplate1.json

23 lines
335 B
JSON

{
"type": "EService",
"consistsOf": [
{
"type": "ConsistsOf",
"propagationConstraint" : {
"add": "propagate"
},
"target": {
"type": "StateFacet",
"value": "$state"
}
},
{
"type": "IsIdentifiedBy",
"target": {
"type": "SoftwareFacet",
"name": "$name",
"group": "$group"
}
}
]
}