main
 1# frozen_string_literal: true
 2
 3json.key_format! camelize: :lower
 4json.meta do
 5  render meta, json: json
 6end
 7json.id id
 8json.name name
 9json.description description
10json.attributes attributes do |attribute|
11  render attribute, json: json
12end