Skip to content

Commit

Permalink
update schema for relationship
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Jun 24, 2024
1 parent 3297aa2 commit ecb7644
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions schemas/constructs/v1alpha2/relationship.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,11 @@
},
"type": {
"$ref": "https://schemas.meshery.io/core.json#inputString",
"description": "Classification of relationships. Used to group relationships similar in nature.",
"enum": [
"binding",
"dependency",
"inventory",
"parent",
"grandparent",
"grandchild",
"matchlabels"
]
"description": "Classification of relationships. Used to group relationships similar in nature."
},
"subType": {
"$ref": "https://schemas.meshery.io/core.json#inputString",
"description": "Used for further classification of Relationships. Type and SubType together identifies a Relationship.",
"enum": [
"mount",
"permission",
"firewall"
]
"description": "Used for further classification of Relationships. Type and SubType together identifies a Relationship."
},
"evaluationQuery": {
"$ref": "https://schemas.meshery.io/core.json#inputString",
Expand Down

0 comments on commit ecb7644

Please sign in to comment.