{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HttpAuthExt", "title": "HttpAuthExt", "properties": { "host_name": { "type": "string" }, "username": { "type": "string" }, "password": { "type": "string" } } }