kin-openapi
kin-openapi copied to clipboard
Protect from recursion in openapi3.InternaliseRefs
Fixes stack overflow panic when schema includes link to itself, like:
components:
schemas:
Item:
type: object
properties:
Name:
type: string
ParentLink:
$ref: '#/components/schemas/Item'