{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SystemUpdate", "title": "SystemUpdate", "type": "object", "required": [ "system" ], "properties": { "system": { "type": "object", "properties": { "name": { "type": "string" }, "hostname": { "type": "string" } }, "example": "example_value" } } }