-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
I am a bit confused about the items in the Schema Object and Items Object. Unfortunately, the Schema Object is not layed out and must be inferred from a JSON Schema Draft specification.
In JSON Schema items
is an array and it also needs additionalItems
. However, in Items Object items is a singleton.
I am trying to map this to a type safe language with inheritance. It seems SchemaObject extends Items Object however, this clashes and is a huge pita therefore.
Is this difference in cardinality intentional?
Metadata
Metadata
Assignees
Labels
No labels