{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Properties", "title": "Properties", "required": [ "name" ], "type": "object", "description": "Object containing schema properties.", "properties": { "name": { "$ref": "#/components/schemas/Name" } } }