(description: string)
| 97 | } |
| 98 | |
| 99 | function errorJson(description: string) { |
| 100 | return { |
| 101 | description, |
| 102 | content: jsonContent(publicServiceErrorSchema), |
| 103 | }; |
| 104 | } |
| 105 | |
| 106 | export function createPublicOpenApiDocument(version: string) { |
| 107 | const registry = new OpenAPIRegistry(); |
no test coverage detected