{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apiCollection400InvalidParam", "title": "Invalid Parameter", "type": "object", "properties": { "type": { "type": "string", "description": "The type of error.", "example": "invalidParamsError" }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "The specified parameter is in an invalid format" }, "detail": { "type": "string", "description": "Information about the error.", "example": "Parameter, collectionId is in an invalid format." } } }