blob: 6b73cb34ac36e934defc119c71e9a6120cf98ca1 [file] [log] [blame]
TOSCA_KEYS = {
{%- for m in proto.messages %}
'{{ m.name }}': {{ xproto_fields_to_tosca_keys(m.fields + xproto_base_fields(m, proto.message_table), m) }},
{%- endfor %}
}