{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/secretScanner400Error", "title": "Bad Request", "type": "object", "properties": { "instance": { "type": "string", "description": "The URI reference that identifies the specific occurrence of the problem.", "example": "" }, "status": { "type": "number", "format": "http-status-code", "description": "The error's HTTP status code.", "example": 400 }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "limit specified is invalid" }, "type": { "type": "string", "description": "The type of error.", "example": "BAD_REQUEST" } } }