HomeGuidesRecipesAPI ReferenceGraphQLChangelogDiscussionsv2023.08
HomeLog In
API Reference
These docs are for v2023.08. Click to read the latest docs for v2023.12.

Should allow additionalProperties in JSON schema

Body Params
type string format blob
object
object with `additionalProperties: true`
object
object with `additionalProperties: false` and no other properties
object
object with `additionalProperties: { type: integer }`
object
object with `additionalProperties: { type: object, properties: ... }`
object
object with `additionalProperties: { type: object, properties: ... }` and custom title
object
object with `additionalProperties: { type: array, items: { type: integer } }`
object
object with `additionalProperties: $ref, simple`
object
object with `additionalProperties: $ref, with $ref`
object
object with `additionalPropeties` within an allOf
object

Technically this is not valid to the spec. The additionalProperties rejections should cancel out each others new field but we indicate we want this to work by enabling json-schema-merge-allof's ignoreAdditionalProperties option

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

©2023. Prime Industries, Services, and Trinkets LLC. We are not responsible