References remain unresolved when nested within enums and arrays
When there are nested schemas under enums, they're placed under the oneOf
field. In an array, they're placed under items
. These aren't checked during reference resolution.
When there are nested schemas under enums, they're placed under the oneOf
field. In an array, they're placed under items
. These aren't checked during reference resolution.