Skip to content

Commit

Permalink
Merge pull request #122 from meshery/leecalcote-patch-4
Browse files Browse the repository at this point in the history
Relationships: Lowercase kind enums
  • Loading branch information
Jougan-0 committed Jul 30, 2024
2 parents 042b4ae + 98c6c11 commit a35a7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/constructs/v1alpha3/relationship.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"kind": {
"$ref": "../core.json#/definitions/inputString",
"description": "Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships.",
"enum": ["Hierarchical", "Edge", "Sibling"]
"enum": ["hierarchical", "edge", "sibling"]
},
"type": {
"$ref": "../core.json#/definitions/inputString",
Expand Down

0 comments on commit a35a7a4

Please sign in to comment.