(schema: ZodTypeAny | SchemaObject)
| 89 | }; |
| 90 | |
| 91 | function jsonContent(schema: ZodTypeAny | SchemaObject) { |
| 92 | return { |
| 93 | 'application/json': { |
| 94 | schema, |
| 95 | }, |
| 96 | }; |
| 97 | } |
| 98 | |
| 99 | function errorJson(description: string) { |
| 100 | return { |
no outgoing calls
no test coverage detected