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
I have a base schema defined in my app directory, while a client defines a schema which references my app's schema using allOf. the client uploads the schema through the network, while I retrieve the base schema locally.
How do I load both from memory / strings, such that the client schema correctly validates data?
The text was updated successfully, but these errors were encountered:
@FinalFortune while I can't comment on how this implementation works, I'd like to note that we're trying to clarify this sort of schema loading question and provide better guidance on it in the next draft, as discussed at json-schema-org/json-schema-spec#849
I have a base schema defined in my app directory, while a client defines a schema which references my app's schema using allOf. the client uploads the schema through the network, while I retrieve the base schema locally.
How do I load both from memory / strings, such that the client schema correctly validates data?
The text was updated successfully, but these errors were encountered: