(ast: AST.AST)
| 253 | } |
| 254 | |
| 255 | function processAST(ast: AST.AST): JsonSchema.JsonSchema { |
| 256 | return JsonSchema.fromAST(ast, { |
| 257 | defs: jsonSchemaDefs, |
| 258 | additionalPropertiesStrategy: options?.additionalPropertiesStrategy |
| 259 | }) |
| 260 | } |
| 261 | |
| 262 | function processHttpApiSecurity( |
| 263 | name: string, |
no outgoing calls
no test coverage detected