fastify/fast-json-stringify

(docs) document `simultaneously`

gfortaine opened this issue · 1 comments

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

It seems that simultaneously is missing from the README. However, it seems particularly useful in some cases (multiple types, deep object types) cc @eeom

When you look at the test, simultaneously is not a keyword in JSON Schema.
It just the name of property. So, there is no function called simultaneously but a feature to accept multiple types e.g. type: ['string', 'object']