Add intrinsic null type, null unions, and emit x-nullable in OpenAPI

This commit is contained in:
David Wilson 2021-02-04 14:22:49 -08:00
Родитель 15647764fb
Коммит 3e5ff9af98
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@
@intrinsic model date { }
@intrinsic model datetime { }
@intrinsic model boolean { }
@intrinsic model null { }
// want to change this to
// model<K, V> = [K, V][];