Skip to content

Commit

Permalink
Merge pull request #61 from MUzairS15/MUzairS15/feat/relationship-defs
Browse files Browse the repository at this point in the history
feat: add type as first class attribute in relationship definition
  • Loading branch information
MUzairS15 authored Mar 15, 2024
2 parents 40cecd2 + a3c3791 commit c2e3470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/relationship.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"$ref": "https://schemas.meshery.io/model.json",
"description": "Model of the Relationship."
},
"type": {
"type": "string",
"description": "Classification of relationships. Used to group relationships similar in nature."
},
"subType": {
"type": "string",
"description": "Used for further classification of Relationships. Type and SubType together identifies a Relationship."
Expand Down

0 comments on commit c2e3470

Please sign in to comment.