Bug Report
Steps to Reproduce:
Create an additional node in a pattern template e.g.
{
"$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/calm.json",
"$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway",
"title": "API Gateway Pattern",
"type": "object",
"properties": {
"nodes": {
...
},
"relationships": {
....
},
"custom-pattern-information" : {
...
}
},
"required": [
"nodes",
"relationships",
"custom-pattern-information"
]
}
Running the generate command will not add an object for custom-pattern-information
Expected Result:
All properties appear in the pattern instantiation.
Perhaps a good second step to help us discover any strange bugs or possible issues in a pattern would be to run the validate command against the produced pattern instantiation?
Bug Report
Steps to Reproduce:
Create an additional node in a pattern template e.g.
Running the generate command will not add an object for
custom-pattern-informationExpected Result:
All properties appear in the pattern instantiation.
Perhaps a good second step to help us discover any strange bugs or possible issues in a pattern would be to run the validate command against the produced pattern instantiation?