(definitionName: string)
| 2156 | } |
| 2157 | |
| 2158 | function goDefinitionName(definitionName: string): string { |
| 2159 | return toGoSchemaTypeName(definitionName); |
| 2160 | } |
| 2161 | |
| 2162 | function goNonNullUnionMembers(schema: JSONSchema7): JSONSchema7[] { |
| 2163 | return ((schema.anyOf ?? schema.oneOf) as JSONSchema7[] | undefined) |
no test coverage detected
searching dependent graphs…