{ "$ref": "#/definitions/bio", "definitions": { "bio": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "$schema": { "type": "string" } }, "required": [ "title", "description" ], "additionalProperties": false } }, "$schema": "http://json-schema.org/draft-07/schema#" }