Files
swagger-ui/test/e2e-cypress/static/documents/bugs/5660-model.yaml

15 lines
233 B
YAML

openapi: 3.0.2
info:
title: test
description: Nullable model itself
version: '1.0'
paths: {}
components:
schemas:
SomeObject:
type: object
properties:
name:
type: string
nullable: true