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