expect(json).to eq(
        {
          'id' => raw_datum.id,
          'shape' => raw_datum.shape,
          'data' => Base64.encode64(File.read("#{Rails.root}/spec/fixtures/text/valid2.md")),