{
  "data": {
    "value": [
      {
        "@odata.type": "#Microsoft.Dynamics.CRM.StringAttributeMetadata",
        "MetadataId": "6d7e8f90-1234-4567-b890-123456789abc",
        "LogicalName": "name",
        "SchemaName": "Name",
        "AttributeType": "String",
        "AttributeTypeName": {
          "Value": "StringType"
        },
        "IsCustomAttribute": false,
        "IsPrimaryId": false,
        "IsPrimaryName": true,
        "IsValidForRead": true,
        "IsValidForCreate": true,
        "IsValidForUpdate": true,
        "RequiredLevel": {
          "Value": "ApplicationRequired",
          "CanBeChanged": true
        },
        "DisplayName": {
          "UserLocalizedLabel": {
            "Label": "Account Name",
            "LanguageCode": 1033
          },
          "LocalizedLabels": [
            {
              "Label": "Account Name",
              "LanguageCode": 1033
            }
          ]
        },
        "Description": {
          "UserLocalizedLabel": {
            "Label": "Type the company or business name.",
            "LanguageCode": 1033
          },
          "LocalizedLabels": []
        },
        "MaxLength": 160
      },
      {
        "@odata.type": "#Microsoft.Dynamics.CRM.StringAttributeMetadata",
        "MetadataId": "7e8f9012-3456-4789-bcde-23456789abcd",
        "LogicalName": "telephone1",
        "SchemaName": "Telephone1",
        "AttributeType": "String",
        "AttributeTypeName": {
          "Value": "StringType"
        },
        "IsCustomAttribute": false,
        "IsPrimaryId": false,
        "IsPrimaryName": false,
        "IsValidForRead": true,
        "IsValidForCreate": true,
        "IsValidForUpdate": true,
        "RequiredLevel": {
          "Value": "ApplicationRequired",
          "CanBeChanged": true
        },
        "DisplayName": {
          "UserLocalizedLabel": {
            "Label": "Main Phone",
            "LanguageCode": 1033
          },
          "LocalizedLabels": []
        },
        "Description": {
          "UserLocalizedLabel": {
            "Label": "Type the main phone number.",
            "LanguageCode": 1033
          },
          "LocalizedLabels": []
        },
        "MaxLength": 50
      }
    ]
  }
}