-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The validation should detect recursion and must not crash.
When building (unwanted) loops in a description file the validator results in a fatal error
Fatal error: Uncaught Error: Maximum function nesting level of '256' reached, aborting!
SomeResponse:
type: object
properties:
type:
type: string
example: some string
id:
type: number
description: "id"
example: "1"
attributes:
type: object
relationships:
type: object
include:
type: array
items:
anyOf:
- $ref: '#/components/schemas/SomeResponse'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working