{
    "CustomerKey": "testExisting_dataExtension",
    "Name": "testExisting_dataExtension",
    "Description": "Container for my test emails",
    "IsSendable": false,
    "IsTestable": false,
    "DataRetentionPeriodLength": 6,
    "ResetRetentionPeriodOnImport": false,
    "Fields": [
        {
            "Name": "FirstName",
            "DefaultValue": "",
            "MaxLength": 50,
            "IsRequired": false,
            "IsPrimaryKey": false,
            "FieldType": "Text"
        },
        {
            "Name": "LastName",
            "DefaultValue": "",
            "MaxLength": 55,
            "IsRequired": false,
            "IsPrimaryKey": false,
            "FieldType": "Text"
        },
        {
            "Name": "Email",
            "DefaultValue": "",
            "MaxLength": 254,
            "IsRequired": true,
            "IsPrimaryKey": false,
            "FieldType": "EmailAddress"
        },
        {
            "Name": "ContactKey",
            "DefaultValue": "",
            "MaxLength": 50,
            "IsRequired": true,
            "IsPrimaryKey": true,
            "FieldType": "Text"
        },
        {
            "Name": "decimalField",
            "DefaultValue": "",
            "MaxLength": 6,
            "Scale": 3,
            "IsPrimaryKey": false,
            "IsRequired": true,
            "FieldType": "Decimal"
        },
        {
            "Name": "numberField",
            "DefaultValue": "",
            "IsPrimaryKey": false,
            "IsRequired": true,
            "FieldType": "Number"
        },
        {
            "Name": "testField",
            "DefaultValue": "",
            "MaxLength": 254,
            "IsRequired": false,
            "IsPrimaryKey": false,
            "FieldType": "Text"
        }
    ],
    "c__dataRetentionPeriodUnitOfMeasure": "Months",
    "c__retainUntil": "2024-5-9",
    "c__retentionPolicy": "allRecords",
    "r__folder_ContentType": "dataextension",
    "r__folder_Path": "Data Extensions"
}
