Packages

✨ Generate Gleam SDKs from OpenAPI specifications

Current section

Files

Jump to
gilly include gilly@openapi@schema_ObjectSchema.hrl
Raw

include/gilly@openapi@schema_ObjectSchema.hrl

-record(object_schema, {
required :: list(binary()),
properties :: list({binary(), gilly@openapi@schema:schema()})
}).