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
Is it possible to write our own schemas to extend the current definitions? For an example, there is a https://json-schema-faker.js.org/ project that allows users to define "faker" value for their properties. An example of such schema is:
json-sKema will parse all properties except "faker" since it is not a registered keyword. I would like to write my own FakerSchema and extend the SchemaVisitor to allow visiting the new schemas.
Is something like this possible with the library?
The text was updated successfully, but these errors were encountered:
Is it possible to write our own schemas to extend the current definitions? For an example, there is a https://json-schema-faker.js.org/ project that allows users to define "faker" value for their properties. An example of such schema is:
json-sKema will parse all properties except "faker" since it is not a registered keyword. I would like to write my own
FakerSchema
and extend theSchemaVisitor
to allow visiting the new schemas.Is something like this possible with the library?
The text was updated successfully, but these errors were encountered: