Commit 76ddc33
Changed files (1)
lib
scim
kit
v2
templates
lib/scim/kit/v2/templates/attribute_type.json.jbuilder
@@ -11,7 +11,7 @@ json.uniqueness uniqueness
json.caseExact(case_exact) if string? || reference?
json.referenceTypes(reference_types) if reference?
if complex?
- json.subAttributes @attributes do |attribute|
+ json.subAttributes attributes do |attribute|
Scim::Kit::Template.new(attribute).to_json(json: json)
end
end