{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apiSchema400ErrorInvalidParams", "title": "Schema Already Exists", "type": "object", "properties": { "type": { "type": "string", "description": "The type of error.", "example": "invalidParamsError" }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "Could not create the resource" }, "detail": { "type": "string", "description": "Information about the error.", "example": "Schema already exists for this API" } } }