Current section

Files

Jump to
oaspec include oaspec@openapi@schema_BooleanSchema.hrl
Raw

include/oaspec@openapi@schema_BooleanSchema.hrl

-record(boolean_schema, {
description :: gleam@option:option(binary()),
nullable :: boolean()
}).