{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogValueResult", "title": "LogValueResult", "additionalProperties": false, "properties": { "id": { "title": "Id", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "id", "name" ], "type": "object" }