{
    "type": "object",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-06/schema#",
    "description": "Schema for *-etl-labels corpii",
    "properties": {
        "user_id": {
            "type": "integer"
        },
        "contact_first_name": {
            "type": "string"
        },
        "contact_last_name": {
            "type": "string"
        },
        "contact_email": {
            "type": "string"
        },
        "vendor_id": {
            "type": "integer"
        },
        "subaccount_id": {
            "type": "integer"
        },
        "subaccount": {
            "type": "string"
        },
        "master": {
            "type": "string"
        },
        "permissions": {
            "type": "string"
        },
        "is_active": {
            "type": "integer"
        }
    }
}
