description: '' format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object order: - host - username - password - transport - use_https - server_cert_validation properties: host: type: string description: '' default: '' password: type: string description: '' server_cert_validation: type: string description: '' transport: type: string description: '' use_https: type: string description: '' username: type: string description: '' required: []