Add Metadata to `$ref` schemas
Add Metadata to $ref
schemas (#14)
- Add Metadata to
$ref
schemas
This allows things like descriptions or nullability to be applied to a reference to another schema.
-
Minor updates based on PR feedback.
-
Use
(Metadata, Structure<Schema>)
instead ofSchemaStructure
. -
Break long line onto multiple lines.