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
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
The text was updated successfully, but these errors were encountered: