1# frozen_string_literal: true 2 3json.schemas ["urn:ietf:params:scim:api:messages:2.0:Error"] 4json.scimType scim_type_for(@error) 5json.detail @model.errors.full_messages.join('. ') 6json.status "400"