{
    "format": "csv",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Gras Recording project Schema",
    "required": [
        "rec_project_id",
        "rec_project_number",
        "rec_project_title",
        "rec_project_type",
        "rec_project_type_name",
        "rep_owner_key",
        "label_key",
        "label_ext",
        "genre_key",
        "raas_init_key",
        "raas_init_date",
        "record_date",
        "record_period",
        "record_country",
        "language_key",
        "copy_owner_country_key",
        "song_title_language_key",
        "mod_stamp",
        "mod_flag"
    ],
    "properties": {
        "rec_project_id": {
            "$id": "#/properties/rec_project_id",
            "type": "string",
            "title": "rec_project_id",
            "default": "",
            "examples": [
                "567"
            ],
            "pattern": "^[0-9]*$"
        },
        "rec_project_number": {
            "$id": "#/properties/rec_project_number",
            "type": "string",
            "title": "rec_project_number",
            "default": "",
            "examples": [
                "567"
            ],
            "pattern": "^[0-9]*$"
        },
        "rep_owner_key": {
            "$id": "#/properties/rep_owner_key",
            "type": "string",
            "title": "rep_owner_key",
            "default": "",
            "examples": [
                "A567"
            ],
            "pattern": "^[A-Z0-9]*$"
        },
        "label_key": {
            "$id": "#/properties/label_key",
            "type": "string",
            "title": "label_key",
            "default": "",
            "examples": [
                "A567"
            ],
            "pattern": "^[A-Z0-9]*$"
        },
        "label_ext": {
            "$id": "#/properties/label_ext",
            "type": "string",
            "title": "label_ext",
            "default": "",
            "examples": [
                "567"
            ],
            "pattern": "^[0-9]*$"
        },
        "genre_key": {
            "$id": "#/properties/genre_key",
            "type": "string",
            "title": "label_ext",
            "default": "",
            "examples": [
                "5"
            ],
            "pattern": "^[A-Z0-9]$"
        },
        "raas_init_key": {
            "$id": "#/properties/raas_init_key",
            "type": "string",
            "title": "raas_init_key",
            "default": "",
            "examples": [
                "C455"
            ],
            "pattern": "^[A-Z0-9]*$"
        },
        "raas_init_date": {
            "$id": "#/properties/raas_init_date",
            "type": "string",
            "title": "raas_init_date",
            "default": "",
            "examples": [
                "20190202"
            ],
            "pattern": "^[0-9]{8}$"
        },
        "record_date": {
            "$id": "#/properties/record_date",
            "type": "string",
            "title": "record_date",
            "default": "",
            "examples": [
                "20190202"
            ],
            "pattern": "^[0-9]{8}$"
        },
        "rec_project_title": {
            "$id": "#/properties/rec_project_title",
            "type": "string",
            "title": "rec_project_title",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "rec_project_type": {
            "$id": "#/properties/rec_project_type",
            "type": "string",
            "title": "rec_project_type",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^[0-9]*$"
        },
        "rec_project_type_name": {
            "$id": "#/properties/rec_project_type_name",
            "type": "string",
            "title": "rec_project_type_name",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "record_period": {
            "$id": "#/properties/record_period",
            "type": "string",
            "title": "record_period",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "record_country": {
            "$id": "#/properties/record_country",
            "type": "string",
            "title": "record_country",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "language_key": {
            "$id": "#/properties/language_key",
            "type": "string",
            "title": "language_key",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "copy_owner_country_key": {
            "$id": "#/properties/copy_owner_country_key",
            "type": "string",
            "title": "copy_owner_country_key",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "song_title_language_key": {
            "$id": "#/properties/song_title_language_key",
            "type": "string",
            "title": "song_title_language_key",
            "default": "",
            "examples": [],
            "pattern": "^(.*)$"
        },
        "mod_stamp": {
            "$id": "#/properties/mod_stamp",
            "type": "string",
            "title": "mod_stamp",
            "examples": [
                "1995-12-12 10:08:34.227",
                "1995-12-12 10:08:34.227"
            ],
            "pattern": "\\d{4}-\\d{2}-\\d{2}\\s\\d{2}:\\d{2}:\\d{2}\\.\\d+"
        },
        "mod_flag": {
            "$id": "#/properties/mod_flag",
            "type": "string",
            "title": "mod_flag",
            "examples": [
                "l"
            ],
            "pattern": "^[A-Za-z]{1}$"
        }
    }
}
