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
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
Then I could validate responses from an API like the above which includes dynamically generated IDs as keys of a relationships object in the format of Ember.js.
The text was updated successfully, but these errors were encountered:
@kiddkai I saw that, but I don't want to have to define my entire object as a hashmap, only specific keys within an object that's otherwise validated with other strummer rules.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It might be useful to support matching on keys, e.g. wildcards, regular expressions, etc., sort of like JSON Schema's
patternProperties
:would match:
Then I could validate responses from an API like the above which includes dynamically generated IDs as keys of a relationships object in the format of Ember.js.
The text was updated successfully, but these errors were encountered: