export const $HTTPValidationError = { properties: { detail: { type: "array", contains: { type: "ValidationError", }, }, }, } as const;