include/lightspeed@component@template_compiler_SlotSchema.hrl

-record(slot_schema, {
    name :: binary(),
    requirement :: lightspeed@component@template_compiler:slot_requirement()
}).