{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FIABDateParameters", "type": "object", "description": "The date parameters for FIAB calculations.", "properties": { "startdate": { "type": "string", "description": "Calculation's start date." }, "enddate": { "type": "string", "description": "Calculation's end date." } } }