{
    "$id": "https://precure.hokkaidosm.net/movies/history/data/schema_v1.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "default": {},
    "description": "映画鑑賞履歴管理データ",
    "examples": [
        {
            "$schema": "https://precure.hokkaidosm.net/movies/history/data/schema_v1.json",
            "title": "映画ヒーリングっど♥プリキュア ゆめのまちでキュン！っとGoGo！大変身！！",
            "short_title": "ゆめのまち",
            "roadshow": "2021-03-20",
            "fontplus_type": "healing",
            "feature": [
                "audio_track"
            ],
            "histories": [
                {
                    "date": "2021-03-20",
                    "place": "札幌シネマフロンティア",
                    "time": "08:45",
                    "screen_id": "9",
                    "seat_id": "L-10",
                    "audio_track": "主音声"
                },
                {
                    "date": "2021-03-27",
                    "place": "青森コロナシネマワールド",
                    "time": "11:50",
                    "screen_id": "8",
                    "seat_id": "J-09",
                    "audio_track": "副音声"
                }
            ]
        }
    ],
    "required": [
        "$schema",
        "title",
        "short_title",
        "roadshow",
        "fontplus_type",
        "feature",
        "histories"
    ],
    "title": "映画鑑賞履歴",
    "type": "object",
    "properties": {
        "$schema": {
            "$id": "#/properties/%24schema",
            "default": "https://precure.hokkaidosm.net/movies/history/data/schema_v1.json",
            "description": "スキーマURL（固定値）",
            "examples": [
                "https://precure.hokkaidosm.net/movies/history/data/schema_v1.json"
            ],
            "title": "スキーマURL",
            "type": "string"
        },
        "title": {
            "$id": "#/properties/title",
            "default": "",
            "description": "作品のタイトルを記載する",
            "examples": [
                "映画ヒーリングっど♥プリキュア ゆめのまちでキュン！っとGoGo！大変身！！"
            ],
            "title": "作品名",
            "type": "string"
        },
        "short_title": {
            "$id": "#/properties/short_title",
            "default": "",
            "description": "作品の略称を記載する",
            "examples": [
                "ゆめのまち"
            ],
            "title": "作品略称",
            "type": "string"
        },
        "roadshow": {
            "$id": "#/properties/roadshow",
            "default": "",
            "description": "公開日を記載する",
            "examples": [
                "2021-03-20"
            ],
            "title": "公開日",
            "type": "string",
            "format": "date"
        },
        "fontplus_type": {
            "$id": "#/properties/fontplus_type",
            "default": "",
            "description": "FONTPLUSの設定キー",
            "examples": [
                "healing"
            ],
            "title": "FONTPLUS 設定キー",
            "type": "string"
        },
        "feature": {
            "$id": "#/properties/feature",
            "default": [],
            "description": "追加機能を使用する場合はこれを指定する（詳細は各項目に記載）",
            "examples": [
                [
                    "audio_track"
                ]
            ],
            "title": "追加機能",
            "type": "array",
            "additionalItems": true,
            "items": {
                "$id": "#/properties/feature/items",
                "anyOf": [
                    {
                        "$id": "#/properties/feature/items/anyOf/0",
                        "default": "",
                        "description": "追加機能を使用する場合はこれを指定する（詳細は各項目に記載）",
                        "examples": [
                            "audio_track"
                        ],
                        "title": "追加機能ID",
                        "type": "string"
                    }
                ]
            }
        },
        "image": {
            "$id": "#/properties/image",
            "type": "string",
            "title": "画像ファイルパス",
            "description": "作品別のイメージファイル。ルートからの相対パスで記載する",
            "default": "",
            "examples": [
                "/static/images/precure/grace_face.jpg"
            ]
        },
        "histories": {
            "$id": "#/properties/histories",
            "default": [],
            "description": "各回の鑑賞履歴の配列",
            "examples": [
                [
                    {
                        "date": "2021-03-20",
                        "place": "札幌シネマフロンティア",
                        "time": "08:45",
                        "screen_id": "9",
                        "seat_id": "L-10",
                        "audio_track": "主音声"
                    },
                    {
                        "date": "2021-03-20",
                        "place": "札幌シネマフロンティア",
                        "time": "10:55",
                        "screen_id": "9",
                        "seat_id": "L-10",
                        "audio_track": "主音声"
                    }
                ]
            ],
            "title": "鑑賞履歴",
            "type": "array",
            "additionalItems": true,
            "items": {
                "$id": "#/properties/histories/items",
                "anyOf": [
                    {
                        "$id": "#/properties/histories/items/anyOf/0",
                        "default": {},
                        "description": "各回の履歴データ",
                        "examples": [
                            {
                                "date": "2021-03-20",
                                "place": "札幌シネマフロンティア",
                                "time": "08:45",
                                "screen_id": "9",
                                "seat_id": "L-10",
                                "audio_track": "主音声"
                            }
                        ],
                        "required": [
                            "date",
                            "place",
                            "time",
                            "screen_id",
                            "seat_id"
                        ],
                        "title": "各回履歴",
                        "type": "object",
                        "properties": {
                            "date": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/date",
                                "default": "",
                                "description": "鑑賞した日付",
                                "examples": [
                                    "2021-03-20"
                                ],
                                "title": "日付",
                                "type": "string",
                                "format": "date"
                            },
                            "place": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/place",
                                "default": "",
                                "description": "鑑賞した劇場名",
                                "examples": [
                                    "札幌シネマフロンティア"
                                ],
                                "title": "劇場名",
                                "type": "string"
                            },
                            "time": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/time",
                                "default": "",
                                "description": "各回の上映開始時刻。本編の開始時刻ではなく、タイムテーブル上の上映開始時刻を記す",
                                "examples": [
                                    "08:45"
                                ],
                                "title": "上映開始時刻",
                                "type": "string",
                                "pattern": "^(([01][0-9])|(2[0-3])):([0-5][0-9])$"
                            },
                            "screen_id": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/screen_id",
                                "default": "",
                                "description": "スクリーンの番号を記す。「スクリーン」「シネマ」などの接頭辞は除く",
                                "examples": [
                                    "9"
                                ],
                                "title": "スクリーン番号",
                                "type": "string"
                            },
                            "seat_id": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/seat_id",
                                "default": "",
                                "description": "座席番号を記す。チケットの記載にかかわらず、「列ID」-「番号（0埋め2桁）」で記す",
                                "examples": [
                                    "L-10"
                                ],
                                "title": "座席番号",
                                "type": "string"
                            },
                            "remark": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/remark",
                                "default": "",
                                "description": "各回の備考を記す",
                                "examples": [
                                    "抽選会付き"
                                ],
                                "title": "備考",
                                "type": "string"
                            },
                            "audio_track": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/audio_track",
                                "default": "",
                                "description": "複数の音声がある映画の場合は、どの音声を聞いたかを記す。「feature」に「audio_track」を指定しないとページに表示されない",
                                "examples": [
                                    "主音声"
                                ],
                                "title": "音声種別",
                                "type": "string"
                            },
                            "ticket_image": {
                                "$id": "#/properties/histories/items/anyOf/0/properties/ticket_image",
                                "default": "",
                                "description": "チケット画像をルートからの相対パスで記載する",
                                "examples": [
                                    "/static/images/movies/history/ticket/29_yumenomachi/20210320_0845.jpg"
                                ],
                                "title": "チケット画像",
                                "type": "string"
                            }
                        },
                        "additionalProperties": true
                    }
                ]
            }
        },
        "latter_flag": {
            "$id": "#/properties/latter_flag",
            "type": "boolean",
            "title": "後期フラグ",
            "description": "後期用のフォントを使用するか否か",
            "default": false
        }
    },
    "additionalProperties": true
}