{
"_meta": {
"description": "Russian Federation public holidays and shifted workdays per year. Calendar facts compiled from official government decrees (постановления Правительства РФ о переносе выходных дней) -- publicly available factual information that is not subject to copyright.",
"source": "Public-domain facts compiled by the project author from official RF government decrees.",
"license": "Calendar dates are facts and not subject to copyright; this file is distributed under the same MIT license as the rest of the crate.",
"schema": "Top-level keys are years (YYYY) plus an optional `_meta` block. Each year has `holidays` and `workdays` arrays of YYYY-MM-DD strings. Underscore-prefixed keys are ignored by build.rs."
},
"2025": {
"holidays": [
"2025-01-01", "2025-01-02", "2025-01-03", "2025-01-04", "2025-01-05",
"2025-01-06", "2025-01-07", "2025-01-08",
"2025-02-23",
"2025-03-08",
"2025-05-01", "2025-05-09",
"2025-06-12",
"2025-11-04",
"2025-12-31"
],
"workdays": []
},
"2026": {
"holidays": [
"2026-01-01", "2026-01-02", "2026-01-03", "2026-01-04", "2026-01-05",
"2026-01-06", "2026-01-07", "2026-01-08", "2026-01-09",
"2026-02-23",
"2026-03-09",
"2026-05-01", "2026-05-11",
"2026-06-12",
"2026-11-04"
],
"workdays": []
}
}