Files
2023-01-03 00:04:38 +00:00

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