Scaffolding::CompletelyConcrete::TangibleThing::Attributes:
  type: object
  properties:
    <%= attribute :id %>
    <%= attribute :absolutely_abstract_creative_concept_id %>
    <%# 🚅 skip this section when scaffolding. %>
    <%= attribute :text_field_value %>
    <%= attribute :button_value %>
    <%= attribute :boolean_button_value %>
    <%= attribute :cloudinary_image_value %>
    <%= attribute :date_field_value %>
    <%= attribute :email_field_value %>
    <%= attribute :file_field_value %>
    <%= attribute :password_field_value %>
    <%= attribute :phone_field_value %>
    <%= attribute :option_value %>
    <%= attribute :multiple_option_values %>
    <%= attribute :super_select_value %>
    <%= attribute :text_area_value %>
    <%= attribute :action_text_value %>
    <%# 🚅 stop any skipping we're doing now. %>
    <%# 🚅 super scaffolding will insert new attributes above this line. %>
    <%= attribute :created_at %>
    <%= attribute :updated_at %>

Scaffolding::CompletelyConcrete::TangibleThing::Parameters:
  type: object
  properties:
    <%# 🚅 skip this section when scaffolding. %>
    <%= parameter :text_field_value %>
    <%# 🚅 stop any skipping we're doing now. %>
    <%# 🚅 super scaffolding will insert new parameter above this line. %>