-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Labels
priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daysHigh priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:bugA broken experienceA broken experience
Milestone
Description
The following OpenAPI description does not render the complex object properly in V2
openapi: 3.0.0
info:
title: asdads
version: 1.0.0
paths:
/:
get:
responses:
200:
description: ok
content:
application/json:
schema:
type: object
properties:
complex:
anyOf:
- $ref: '#/components/schemas/complex'
- nullable: true
components:
schemas:
complex:
type: object
properties:
name:
type: string
Metadata
Metadata
Assignees
Labels
priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daysHigh priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:bugA broken experienceA broken experience