We have a fairly large and complex json schema with many includes via $ref references. Ideally using Python and jsonschema I'd like to take those schema and fully expand the references (recursively) to get the full schema.
Output in the form of a dict is fine (the standard data structure that jsonschema uses to represent a schema).