{
    "format": "ndjson",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "title": "Appreciation Engine Members Login",
    "required": [
        "ID",
        "LastVisited"
    ],
    "type": "object",
    "properties": {
        "ID": {
            "$id": "#/properties/ID",
            "type": "string",
            "default": "",
            "examples": [
                "13652105"
            ],
            "pattern": "^(.+)$"
        },
        "UUID": {
            "$id": "#/properties/UUID",
            "type": "string",
            "default": "",
            "examples": [
                "e9961074-2722-11eb-adb5-0e9d387a8e33"
            ],
            "pattern": "^(.+)$"
        },
        "Joined": {
            "$id": "#/properties/Joined",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "2020-10-03 12:36:17"
            ],
            "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
        },
        "FirstName": {
            "$id": "#/properties/FirstName",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "William"
            ],
            "pattern": ".+"
        },
        "Surname": {
            "$id": "#/properties/Surname",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Wolf"
            ],
            "pattern": ".+"
        },
        "Username": {
            "$id": "#/properties/Username",
            "type": "string",
            "default": "",
            "examples": [
                "Gordondowns"
            ],
            "pattern": "^(.+)$"
        },
        "Email": {
            "$id": "#/properties/Email",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Gordondowns@btinternet.com"
            ],
            "pattern": ".+"
        },
        "Gender": {
            "$id": "#/properties/Gender",
            "type": "string",
            "default": "",
            "examples": [
                "Unknown"
            ],
            "pattern": ".+"
        },
        "BirthDate": {
            "$id": "#/properties/BirthDate",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "Bio": {
            "$id": "#/properties/Bio",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Guess who's number one.."
            ],
            "pattern": ".+"
        },
        "Age": {
            "$id": "#/properties/Age",
            "type": "string",
            "default": "",
            "examples": [
                "0"
            ],
            "pattern": "\\d+"
        },
        "City": {
            "$id": "#/properties/City",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "LA"
            ],
            "pattern": ".+"
        },
        "State": {
            "$id": "#/properties/State",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "Country": {
            "$id": "#/properties/Country",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "France"
            ],
            "pattern": ".+"
        },
        "Address": {
            "$id": "#/properties/Address",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "Addressline2": {
            "$id": "#/properties/Addressline2",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "PostCode": {
            "$id": "#/properties/PostCode",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "HomePhone": {
            "$id": "#/properties/HomePhone",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "MobilePhone": {
            "$id": "#/properties/MobilePhone",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "BrandName": {
            "$id": "#/properties/BrandName",
            "type": [
                "null",
                "string"
            ],
            "default": "Wyld Stallyns",
            "examples": [
                ""
            ],
            "pattern": ".+"
        },
        "BrandType": {
            "$id": "#/properties/BrandType",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Artist"
            ],
            "pattern": ".+"
        },
        "LastVisited": {
            "$id": "#/properties/LastVisited",
            "type": "string",
            "default": "",
            "examples": [
                "2020-10-03 12:36:17"
            ],
            "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
        },
        "Score": {
            "$id": "#/properties/Score",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": ".+"
        },
        "ActivityCount": {
            "$id": "#/properties/ActivityCount",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": ".+"
        },
        "GeoCity": {
            "$id": "#/properties/GeoCity",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".*"
        },
        "GeoRegion": {
            "$id": "#/properties/GeoRegion",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                ""
            ],
            "pattern": ".*"
        },
        "GeoCountry": {
            "$id": "#/properties/GeoCountry",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "FR"
            ],
            "pattern": ".+"
        },
        "GeoLat": {
            "$id": "#/properties/GeoLat",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "52.3824"
            ],
            "pattern": ".+"
        },
        "GeoLong": {
            "$id": "#/properties/GeoLong",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "52.3824"
            ],
            "pattern": ".+"
        },
        "BrandID": {
            "$id": "#/properties/BrandID",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "3447670"
            ],
            "pattern": "\\d+$"
        },
        "MemberAvatarURL": {
            "$id": "#/properties/MemberAvatarURL",
            "type": "string",
            "default": "",
            "examples": [
                "https://static-sme.theappreciationengine.com/Member_Controller/getAvatar/13652105/3447656"
            ],
            "pattern": ".+"
        },
        "LastActivity": {
            "$id": "#/properties/LastActivity",
            "type": "object",
            "properties": {
                "ID": {
                    "$id": "#/properties/LastActivity/properties/ID",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "3447670"
                    ],
                    "pattern": "\\d+$"
                },
                "Name": {
                    "$id": "#/properties/LastActivity/properties/Name",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "Wyld Stallyns Track Heavy Rotation on Spotify"
                    ],
                    "pattern": ".+$"
                },
                "ActivityID": {
                    "$id": "#/properties/LastActivity/properties/ActivityID",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "5555"
                    ],
                    "pattern": ".+$"
                },
                "Content": {
                    "$id": "#/properties/LastActivity/properties/Content",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "God gave rock and roll to you' in heavy rotation on Spotify"
                    ],
                    "pattern": ".+$"
                },
                "Link": {
                    "$id": "#/properties/LastActivity/properties/Link",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "https://open.spotify.com/track/0C4ejWmOTMv8vuYj85mf8m"
                    ],
                    "pattern": ".+$"
                },
                "CompleteDate": {
                    "$id": "#/properties/CompleteDate",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "2020-10-03 12:36:17"
                    ],
                    "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
                }
            }
        },
        "Brand": {
            "$id": "#/properties/Brand",
            "type": "object",
            "properties": {
                "ID": {
                    "$id": "#/properties/Brand/properties/ID",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "3447670"
                    ],
                    "pattern": "\\d+$"
                },
                "Name": {
                    "$id": "#/properties/Brand/properties/Name",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "Wyld Stallyns"
                    ],
                    "pattern": ".+$"
                },
                "Type": {
                    "$id": "#/properties/Brand/properties/Type",
                    "type": [
                        "null",
                        "string"
                    ],
                    "default": "",
                    "examples": [
                        "Artist"
                    ],
                    "pattern": ".+$"
                }
            }
        },
        "CountryCode": {
            "$id": "#/properties/CountryCode",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "FR"
            ],
            "pattern": ".+"
        },
        "Services": {
            "$id": "#/properties/Services",
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "ID": {
                        "$id": "#/properties/Services/properties/ID",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "3447670"
                        ],
                        "pattern": "\\d+$"
                    },
                    "Service": {
                        "$id": "#/properties/Services/properties/Service",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "EmailAuthenticator"
                        ],
                        "pattern": ".+$"
                    },
                    "Token": {
                        "$id": "#/properties/Services/properties/Token",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "$2y$10$40a825280c3a6b5359fb2u.e/Zh"
                        ],
                        "pattern": ".+$"
                    },
                    "TokenSecret": {
                        "$id": "#/properties/Services/properties/TokenSecret",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "$2y$10$40a825280c3a6b5359fb2u.e/Zh"
                        ],
                        "pattern": ".+$"
                    },
                    "Valid": {
                        "$id": "#/properties/Services/properties/Valid",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "1"
                        ],
                        "pattern": "\\d+$"
                    },
                    "ActivitySharing": {
                        "$id": "#/properties/Services/properties/ActivitySharing",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "1"
                        ],
                        "pattern": "\\d+$"
                    },
                    "UserID": {
                        "$id": "#/properties/Services/properties/UserID",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "a1d98853d40dfc59f770129f6bf899dd"
                        ],
                        "pattern": ".+$"
                    },
                    "Username": {
                        "$id": "#/properties/Services/properties/Username",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "ImNumber1"
                        ],
                        "pattern": ".+$"
                    },
                    "UserURL": {
                        "$id": "#/properties/Services/properties/Username",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "https://open.spotify.com/user/111"
                        ],
                        "pattern": ".+$"
                    },
                    "Expires": {
                        "$id": "#/properties/Services/properties/Expires",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "0"
                        ],
                        "pattern": "\\d+$"
                    },
                    "Followers": {
                        "$id": "#/properties/Services/properties/Followers",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "0"
                        ],
                        "pattern": "\\d+$"
                    },
                    "Likes": {
                        "$id": "#/properties/Services/properties/Likes",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "0"
                        ],
                        "pattern": "\\d+$"
                    },
                    "VerifiedEmail": {
                        "$id": "#/properties/Services/properties/VerifiedEmail",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "williamriker@starfleet.com"
                        ],
                        "pattern": ".+$"
                    },
                    "Domains": {
                        "$id": "#/properties/Services/properties/VerifiedEmail",
                        "type": [
                            "array"
                        ],
                        "items": {
                            "type": "string",
                            "pattern": ".+$"
                        }
                    },
                    "PaidAccount": {
                        "$id": "#/properties/Services/properties/PaidAccount",
                        "type": [
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "0"
                        ],
                        "pattern": "\\d+$"
                    },
                    "LastUpdated": {
                        "$id": "#/properties/Services/properties/LastUpdated",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "2020-10-03 12:36:17"
                        ],
                        "pattern": ".+$"
                    },
                    "LastLogin": {
                        "$id": "#/properties/Services/properties/LastLogin",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "2020-10-03 12:36:17"
                        ],
                        "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$"
                    }
                }
            }
        },
        "OptIns": {
            "$id": "#/properties/OptIns",
            "type": [
                "null",
                "array"
            ],
            "items": {
                "type": "object",
                "properties": {
                    "ID": {
                        "$id": "#/properties/OptIns/properties/ID",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "3447670"
                        ],
                        "pattern": "\\d+$"
                    },
                    "SegmentID": {
                        "$id": "#/properties/SegmentID/properties/SegmentID",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "3447670"
                        ],
                        "pattern": "\\d+$"
                    },
                    "Type": {
                        "$id": "#/properties/SegmentID/properties/Type",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "Segment"
                        ],
                        "pattern": ".+$"
                    },
                    "Label": {
                        "$id": "#/properties/SegmentID/properties/Label",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            ""
                        ],
                        "pattern": ".+$"
                    },
                    "Name": {
                        "$id": "#/properties/SegmentID/properties/Name",
                        "type": [
                            "null",
                            "string"
                        ],
                        "default": "",
                        "examples": [
                            "Inside Out Worldwide Newsletter [Inside Out Worldwide Newsletter]"
                        ],
                        "pattern": ".+$"
                    }
                }
            }
        },
        "VerifiedEmail": {
            "$id": "#/properties/VerifiedEmail",
            "type": [
                "null",
                "string"
            ],
            "default": "",
            "examples": [
                "Gordondowns@btinternet.com"
            ],
            "pattern": ".+"
        }
    }
}
