Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/veritone-json-schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ It also outputs all the json-schemas and the valid and invalid examples used in
> **PLEASE NOTE that the json-schema validation ecosystem is not 100% compatible.**
> Different json-schema parsers and validators may behave slightly differently.
> At Veritone, we use [`ajv`](https://www.npmjs.com/package/ajv) which works great with the draft-07 json-schemas we've written.
> And we try to keep our schemas simple and not use too many advanced features to increase the chance of compatibility with other packages.
> So if you do use another package to parse our json-schemas, hopefully things will "just work" but don't be surprised if there's a few quirks.
> If you use another package to parse our json-schemas, hopefully things will "just work" but don't be surprised if there's a few quirks.

## AI Object Notation (AION)

Expand Down