Ref type means no schema type
This commit is contained in:
parent
08f17bb337
commit
06c4a96c0d
@ -1727,6 +1727,9 @@ impl TypeDefinitionBuilder for TypeRegistry {
|
|||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
if schema.ref_type.is_some() {
|
||||||
|
schema.schema_type = None;
|
||||||
|
}
|
||||||
|
|
||||||
Some(schema)
|
Some(schema)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user