{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "fiscalPeriodEnd", "type": "string", "description": "Fiscal period end expressed in absolute date formats. Date that will fall back to most recent completed period during resolution.\n * **Month-end** - MM/YYYY (e.g., 11/2019)\n * **Fiscal Quarter-end** - YYYY/FQ (e.g., 2019/1F, 2019/2F, 2019/3F, 2019/4F)\n * **Semiannual Period-end** - YYYY/FSA (e.g., 2019/1S, 2019/2S)\n * **Fiscal Year-end** - YYYY (e.g. 2019)\n" }