Skip to content

Commit

Permalink
Merge pull request #41 from george0st/change
Browse files Browse the repository at this point in the history
Extend project definition
  • Loading branch information
george0st authored Nov 21, 2023
2 parents 185d6d9 + 3b9ce74 commit 3cbd523
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 01-model/01-project/01-gate-alfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"kind": "project",
"spec": {
"feature-sets": [
"basic-party","basic-account","basic-transaction",
"basic-party", "basic-partycontact", "basic-partyrelation", "basic-account", "basic-transaction", "basic-event",
"aggregate-party", "aggregate-account", "aggregate-transaction"],
"feature-vectors": ["vector-partycontact"]
}
Expand Down
7 changes: 5 additions & 2 deletions 01-model/01-project/02-gate-bravo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"temp": "True"
},
"kind": "project",
"spec": [
"basic-account", "aggregate-account"]
"spec": {
"feature-sets": [
"basic-account", "basic-partycontact", "aggregate-account"],
"feature-vectors": []
}
}

0 comments on commit 3cbd523

Please sign in to comment.