Contents

GenerationSchema.SchemaError.duplicateType(schema:type:context:)

An error that represents an attempt to construct a schema from dynamic schemas, and two or more of the subschemas have the same type name.

Declaration

case duplicateType(schema: String?, type: String, context: GenerationSchema.SchemaError.Context)

See Also

Getting schema errors