{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/header", "title": "header", "type": "object", "required": [ "id", "path", "name", "value" ], "properties": { "id": { "type": "string" }, "path": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" } } }