class ActiveModelSerializers::Adapter::JsonApi::ResourceIdentifier

def as_json

def as_json
  { id: id, type: type }
end