You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metadata_collection:
description: | Table (array) of lists (arrays) of metadata, where each list in the Table-array represents the collection of metadata associated with a GroMEt object.type: array # The Table of metadata_collection(s) (lists)items:
type: array # Collection (list) of metadata associated with a particular GroMEt object.items:
$ref: "#/components/schemas/Metadata"
It looks like
means that anything that includes an
is allowed. In order for code generation to work, some things need to be added, including a discriminator and probably oneOf. See also https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/.
The text was updated successfully, but these errors were encountered: