You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The matching rule example for regex appears to be missing the "match": "regex" property, unless the specification actually allows for it to be omitted.
The matching rule example for regex appears to be missing the
"match": "regex"
property, unless the specification actually allows for it to be omitted."$.body[0][*].id": { "regex": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }
The text was updated successfully, but these errors were encountered: