Skip to content

Commit

Permalink
Update graphiti schema.json to match core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed May 20, 2024
1 parent eb5f902 commit 40a0eca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/support/graphiti/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,21 @@
"match",
"not_match"
]
},
"number": {
"type": "string",
"operators": [
"eq",
"not_eq",
"eql",
"not_eql",
"prefix",
"not_prefix",
"suffix",
"not_suffix",
"match",
"not_match"
]
}
},
"relationships": {
Expand Down

0 comments on commit 40a0eca

Please sign in to comment.