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
While validating schema.org schemas, I get lots of the following logging output:
unknown format "date" ignored in schema at path "Date.jsd"
unknown format "date-time" ignored in schema at path "DateTime.jsd"
unknown format "uri-reference" ignored in schema at path "URL.jsd"
While validating schema.org schemas, I get lots of the following logging output:
These formats can apparently be added via the
ajv-formats
package: https://ajv.js.org/guide/formats.htmlCould you provide an interface allowing to interact with ajv?
The text was updated successfully, but these errors were encountered: