{
    "Scope": "Weather",
    "DefaultIdentifier": "IDWeather",
    "Domain": "Default",
    "Schema": [
        {
            "Column": "IDWeather",
            "Type": "AutoIdentity"
        },
        {
            "Column": "GUIDWeather",
            "Type": "AutoGUID"
        },
        {
            "Column": "Time",
            "Type": "String"
        },
        {
            "Column": "WindSpeed",
            "Type": "String"
        },
        {
            "Column": "Temperature",
            "Type": "String"
        },
        {
            "Column": "Title",
            "Type": "String"
        }
    ],
    "DefaultObject": {
        "IDWeather": 0,
        "GUIDWeather": "0x0000000000000000",
        "Time": "",
        "WindSpeed": "",
        "Temperature": "",
        "Title": ""
    },
    "JsonSchema": {
        "title": "Weather",
        "type": "object",
        "properties": {
            "IDWeather": {
                "type": "integer"
            },
            "GUIDWeather": {
                "type": "string"
            },
            "Time": {
                "type": "string"
            },
            "WindSpeed": {
                "type": "string"
            },
            "Temperature": {
                "type": "string"
            },
            "Title": {
                "type": "string"
            }
        },
        "required": [
            "IDWeather"
        ]
    },
    "Authorization": {
        "__DefaultAPISecurity": {
            "Create": "Deny",
            "Read": "Deny",
            "Reads": "Deny",
            "ReadsBy": "Deny",
            "ReadMax": "Deny",
            "ReadSelectList": "Deny",
            "Update": "Deny",
            "Delete": "Deny",
            "Count": "Deny",
            "CountBy": "Deny",
            "Schema": "Deny",
            "Validate": "Deny",
            "New": "Deny"
        },
        "Unauthenticated": {
            "Create": "Deny",
            "Read": "Deny",
            "Reads": "Deny",
            "ReadsBy": "Deny",
            "ReadMax": "Deny",
            "ReadSelectList": "Deny",
            "Update": "Deny",
            "Delete": "Deny",
            "Count": "Deny",
            "CountBy": "Deny",
            "Schema": "Deny",
            "Validate": "Deny",
            "New": "Deny"
        },
        "User": {
            "Create": "Allow",
            "Read": "MyCustomer",
            "Reads": "MyCustomer",
            "ReadsBy": "MyCustomer",
            "ReadMax": "MyCustomer",
            "ReadSelectList": "MyCustomer",
            "Update": "Mine",
            "Delete": "Mine",
            "Count": "MyCustomer",
            "CountBy": "MyCustomer",
            "Schema": "MyCustomer",
            "Validate": "MyCustomer",
            "New": "MyCustomer"
        },
        "Manager": {
            "Create": "Allow",
            "Read": "MyCustomer",
            "Reads": "MyCustomer",
            "ReadsBy": "MyCustomer",
            "ReadMax": "MyCustomer",
            "ReadSelectList": "MyCustomer",
            "Update": "Mine",
            "Delete": "Mine",
            "Count": "MyCustomer",
            "CountBy": "MyCustomer",
            "Schema": "MyCustomer",
            "Validate": "MyCustomer",
            "New": "MyCustomer"
        },
        "Director": {
            "Create": "Allow",
            "Read": "MyCustomer",
            "Reads": "MyCustomer",
            "ReadsBy": "MyCustomer",
            "ReadMax": "MyCustomer",
            "ReadSelectList": "MyCustomer",
            "Update": "MyCustomer",
            "Delete": "MyCustomer",
            "Count": "MyCustomer",
            "CountBy": "MyCustomer",
            "Schema": "MyCustomer",
            "Validate": "MyCustomer",
            "New": "MyCustomer"
        },
        "Executive": {
            "Create": "Allow",
            "Read": "MyCustomer",
            "Reads": "MyCustomer",
            "ReadsBy": "MyCustomer",
            "ReadMax": "MyCustomer",
            "ReadSelectList": "MyCustomer",
            "Update": "MyCustomer",
            "Delete": "MyCustomer",
            "Count": "MyCustomer",
            "CountBy": "MyCustomer",
            "Schema": "MyCustomer",
            "Validate": "MyCustomer",
            "New": "MyCustomer"
        },
        "Administrator": {
            "Create": "Allow",
            "Read": "Allow",
            "Reads": "Allow",
            "ReadsBy": "Allow",
            "ReadMax": "Allow",
            "ReadSelectList": "Allow",
            "Update": "Allow",
            "Delete": "Allow",
            "Count": "Allow",
            "CountBy": "Allow",
            "Schema": "Allow",
            "Validate": "Allow",
            "New": "Allow"
        }
    }
}