resource-registry/src/test/resources/projection-queries/EService-query.json

49 lines
729 B
JSON

{
"type": "EService",
"_emit" : {
"id" : "id"
},
"consistsOf": [
{
"type": "IsIdentifiedBy",
"target": {
"type": "SoftwareFacet",
"_emit" : {
"group" : "Group",
"name": "Name",
"version" : "Version"
}
}
},
{
"type": "ConsistsOf",
"target": {
"type": "StateFacet",
"_emit" : {
"value" : "Status"
}
}
}
],
"isRelatedTo" : [
{
"type": "Activates",
"source": {
"type": "HostingNode",
"consistsOf": [
{
"type": "IsIdentifiedBy",
"target": {
"type": "NetworkingFacet",
"_emit" : {
"hostName" : "Host"
}
}
}
]
}
}
]
}