description: '' format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object order: - api_key_header - api_key_secret properties: api_key_header: type: string description: '' default: '' nullable: false api_key_secret: type: string description: '' default: '' nullable: false required: - api_key_header - api_key_secret