{
    "Scope": "BookPrice",
    "DefaultIdentifier": "IDBookPrice",
    "Domain": "Default",
    "Schema": [
        {
            "Column": "IDBookPrice",
            "Type": "AutoIdentity",
            "Size": "Default"
        },
        {
            "Column": "GUIDBookPrice",
            "Type": "AutoGUID",
            "Size": "36"
        },
        {
            "Column": "CreateDate",
            "Type": "CreateDate",
            "Size": "Default"
        },
        {
            "Column": "CreatingIDUser",
            "Type": "CreateIDUser",
            "Size": "int"
        },
        {
            "Column": "UpdateDate",
            "Type": "UpdateDate",
            "Size": "Default"
        },
        {
            "Column": "UpdatingIDUser",
            "Type": "UpdateIDUser",
            "Size": "int"
        },
        {
            "Column": "Deleted",
            "Type": "Deleted",
            "Size": "Default"
        },
        {
            "Column": "DeleteDate",
            "Type": "DeleteDate",
            "Size": "Default"
        },
        {
            "Column": "DeletingIDUser",
            "Type": "DeleteIDUser",
            "Size": "int"
        },
        {
            "Column": "Price",
            "Type": "Decimal",
            "Size": "8,2"
        },
        {
            "Column": "StartDate",
            "Type": "DateTime",
            "Size": "Default"
        },
        {
            "Column": "EndDate",
            "Type": "DateTime",
            "Size": "Default"
        },
        {
            "Column": "Discountable",
            "Type": "Boolean",
            "Size": "Default"
        },
        {
            "Column": "CouponCode",
            "Type": "String",
            "Size": "16"
        },
        {
            "Column": "IDBook",
            "Type": "Integer",
            "Size": "int"
        }
    ],
    "DefaultObject": {
        "IDBookPrice": 0,
        "GUIDBookPrice": "0x0000000000000000",
        "CreateDate": null,
        "CreatingIDUser": 0,
        "UpdateDate": null,
        "UpdatingIDUser": 0,
        "Deleted": false,
        "DeleteDate": null,
        "DeletingIDUser": 0,
        "Price": 0,
        "StartDate": null,
        "EndDate": null,
        "Discountable": false,
        "CouponCode": "",
        "IDBook": 0
    },
    "JsonSchema": {
        "title": "BookPrice",
        "type": "object",
        "properties": {
            "IDBookPrice": {
                "type": "integer",
                "size": "Default"
            },
            "GUIDBookPrice": {
                "type": "string",
                "size": "36"
            },
            "CreateDate": {
                "type": "string",
                "size": "Default"
            },
            "CreatingIDUser": {
                "type": "integer",
                "size": "int"
            },
            "UpdateDate": {
                "type": "string",
                "size": "Default"
            },
            "UpdatingIDUser": {
                "type": "integer",
                "size": "int"
            },
            "Deleted": {
                "type": "boolean",
                "size": "Default"
            },
            "DeleteDate": {
                "type": "string",
                "size": "Default"
            },
            "DeletingIDUser": {
                "type": "integer",
                "size": "int"
            },
            "Price": {
                "type": "number",
                "size": "8,2"
            },
            "StartDate": {
                "type": "string",
                "size": "Default"
            },
            "EndDate": {
                "type": "string",
                "size": "Default"
            },
            "Discountable": {
                "type": "boolean",
                "size": "Default"
            },
            "CouponCode": {
                "type": "string",
                "size": "16"
            },
            "IDBook": {
                "type": "integer",
                "size": "int"
            }
        },
        "required": [
            "IDBookPrice"
        ],
        "MeadowSchema": {
            "Scope": "BookPrice",
            "DefaultIdentifier": "IDBookPrice",
            "Domain": "Default",
            "Schema": [
                {
                    "Column": "IDBookPrice",
                    "Type": "AutoIdentity",
                    "Size": "Default"
                },
                {
                    "Column": "GUIDBookPrice",
                    "Type": "AutoGUID",
                    "Size": "36"
                },
                {
                    "Column": "CreateDate",
                    "Type": "CreateDate",
                    "Size": "Default"
                },
                {
                    "Column": "CreatingIDUser",
                    "Type": "CreateIDUser",
                    "Size": "int"
                },
                {
                    "Column": "UpdateDate",
                    "Type": "UpdateDate",
                    "Size": "Default"
                },
                {
                    "Column": "UpdatingIDUser",
                    "Type": "UpdateIDUser",
                    "Size": "int"
                },
                {
                    "Column": "Deleted",
                    "Type": "Deleted",
                    "Size": "Default"
                },
                {
                    "Column": "DeleteDate",
                    "Type": "DeleteDate",
                    "Size": "Default"
                },
                {
                    "Column": "DeletingIDUser",
                    "Type": "DeleteIDUser",
                    "Size": "int"
                },
                {
                    "Column": "Price",
                    "Type": "Decimal",
                    "Size": "8,2"
                },
                {
                    "Column": "StartDate",
                    "Type": "DateTime",
                    "Size": "Default"
                },
                {
                    "Column": "EndDate",
                    "Type": "DateTime",
                    "Size": "Default"
                },
                {
                    "Column": "Discountable",
                    "Type": "Boolean",
                    "Size": "Default"
                },
                {
                    "Column": "CouponCode",
                    "Type": "String",
                    "Size": "16"
                },
                {
                    "Column": "IDBook",
                    "Type": "Integer",
                    "Size": "int"
                }
            ],
            "DefaultObject": {
                "IDBookPrice": 0,
                "GUIDBookPrice": "0x0000000000000000",
                "CreateDate": null,
                "CreatingIDUser": 0,
                "UpdateDate": null,
                "UpdatingIDUser": 0,
                "Deleted": false,
                "DeleteDate": null,
                "DeletingIDUser": 0,
                "Price": 0,
                "StartDate": null,
                "EndDate": null,
                "Discountable": false,
                "CouponCode": "",
                "IDBook": 0
            },
            "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"
                },
                "Readonly": {
                    "Create": "Deny",
                    "Read": "Allow",
                    "Reads": "Allow",
                    "ReadsBy": "Allow",
                    "ReadMax": "Allow",
                    "ReadSelectList": "Allow",
                    "Update": "Deny",
                    "Delete": "Deny",
                    "Count": "Allow",
                    "CountBy": "Allow",
                    "Schema": "Allow",
                    "Validate": "Allow",
                    "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"
                }
            }
        }
    },
    "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"
        },
        "Readonly": {
            "Create": "Deny",
            "Read": "Allow",
            "Reads": "Allow",
            "ReadsBy": "Allow",
            "ReadMax": "Allow",
            "ReadSelectList": "Allow",
            "Update": "Deny",
            "Delete": "Deny",
            "Count": "Allow",
            "CountBy": "Allow",
            "Schema": "Allow",
            "Validate": "Allow",
            "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"
        }
    }
}