{
    "type": "object",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-06/schema#",
    "description": "Schema for *-etl-labels corpii",
    "properties": {
        "label_id": {
            "type": "integer"
        },
        "label_name": {
            "type": "string"
        },
        "label_owner": {
            "type": "string"
        },
        "label_status": {
            "type": "string"
        },
        "label_type": {
            "type": "string"
        },
        "label_country": {
            "type": "string"
        },
        "is_owned": {
            "type": "string"
        },
        "client_manager": {
            "type": "string"
        },
        "label_contact_id": {
            "type": "integer"
        },
        "label_contact_login": {
            "type": "string"
        },
        "label_contact_name": {
            "type": "string"
        },
        "parent_label": {
            "type": "string"
        },
        "parent_label_id": {
            "type": "integer"
        },
        "is_active": {
            "type": "integer"
        }
    }
}
