Right now we just raw-dump the schemas into the blueprint. This is useful-ish, but things like $ref: someother-schema is confusing.
References should be resolved, and then put links into the HTML to navigate up/down between these. For single base definitions (which are usually very short) it might be nicer to inline.
Also, there should probably be a link to the schema itself (in .yml and .json format), so people see where it comes from.
Right now we just raw-dump the schemas into the blueprint. This is useful-ish, but things like
$ref: someother-schema
is confusing.References should be resolved, and then put links into the HTML to navigate up/down between these. For single
base
definitions (which are usually very short) it might be nicer to inline. Also, there should probably be a link to the schema itself (in .yml and .json format), so people see where it comes from.Came up in #26