include/lightspeed@component@template_compiler_AttrSchema.hrl

-record(attr_schema, {
    name :: binary(),
    kind :: lightspeed@component@template_compiler:attr_kind(),
    requirement :: lightspeed@component@template_compiler:attr_requirement()
}).