15 lines
233 B
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
|