{
    "title": {
        "label": "Period Name",
        "content_type": "free_form_text"
    },
    "isInactive": {
        "label": "Inactive",
        "content_type": "check_box"
    },
    "parent": {
        "label": "Parent Period",
        "content_type": "record",
        "references": "AccountingPeriod",
        "referenceField": "title"
    },
    "year": {
        "label": "Fiscal Year",
        "content_type": "integer_number"
    },
    "closedOnDate": {
        "label": "Date Closed",
        "content_type": "date"
    },
    "startDate": {
        "label": "Start Date",
        "content_type": "date"
    },
    "isQuarter": {
        "label": "Is Quarter",
        "content_type": "check_box"
    },
    "allLocked": {
        "label": "All Locked",
        "content_type": "check_box"
    },
    "allowNonGLChanges": {
        "label": "Allow Non-G/L Changes",
        "content_type": "check_box"
    },
    "endDate": {
        "label": "End Date",
        "content_type": "date"
    },
    "arLocked": {
        "label": "A/R Locked",
        "content_type": "check_box"
    },
    "isAdjust": {
        "label": "Is Adjustment Period",
        "content_type": "check_box"
    },
    "closed": {
        "label": "Closed",
        "content_type": "check_box"
    },
    "ns_internal_id": {
        "label": "NetSuite Internal ID",
        "content_type": "free_form_text"
    },
    "apLocked": {
        "label": "A/P Locked",
        "content_type": "check_box"
    },
    "isYear": {
        "label": "Is Year",
        "content_type": "check_box"
    },
    "isPosting": {
        "label": "Is Posting Period",
        "content_type": "check_box"
    }
}
