Changed '@class' to 'type'

This commit is contained in:
Luca Frosini 2023-04-26 21:45:56 +02:00
parent 12a38af3e8
commit 1bd0ecfffa
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
{ {
"@class": "EService", "type": "EService",
"consistsOf": [ "consistsOf": [
{ {
"@class": "ConsistsOf", "type": "ConsistsOf",
"propagationConstraint" : { "propagationConstraint" : {
"add": "propagate" "add": "propagate"
}, },
"target": { "target": {
"@class": "StateFacet", "type": "StateFacet",
"value": "$state" "value": "$state"
} }
}, },
{ {
"@class": "IsIdentifiedBy", "type": "IsIdentifiedBy",
"target": { "target": {
"@class": "SoftwareFacet", "type": "SoftwareFacet",
"name": "$name", "name": "$name",
"group": "$group" "group": "$group"
} }