{
    "CustomerKey": "testTemplated_dataExtension",
    "Name": "testTemplated_dataExtension",
    "Description": "foobar",
    "IsSendable": true,
    "IsTestable": true,
    "SendableDataExtensionField": { "Name": "ContactKey" },
    "SendableSubscriberField": { "Name": "Subscriber Key" },
    "DataRetentionPeriodLength": 6,
    "ResetRetentionPeriodOnImport": false,
    "Fields": [
        {
            "Name": "FirstName",
            "DefaultValue": "",
            "MaxLength": 50,
            "IsRequired": false,
            "IsPrimaryKey": false,
            "FieldType": "Text"
        },
        {
            "Name": "LastName",
            "DefaultValue": "",
            "MaxLength": 50,
            "IsRequired": false,
            "IsPrimaryKey": false,
            "FieldType": "Text"
        },
        {
            "Name": "EmailAddress",
            "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"
        }
    ],
    "c__dataRetentionPeriodUnitOfMeasure": "Months",
    "c__retainUntil": "2024-5-9",
    "c__retentionPolicy": "allRecords",
    "r__folder_ContentType": "dataextension",
    "r__folder_Path": "Data Extensions"
}
