{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PubDateParameters",
"type": "object",
"description": "The date parameters for Publisher calculation.",
"properties": {
"startdate": {
"type": "string",
"description": "Calculation's start date."
},
"enddate": {
"type": "string",
"description": "Calculation's end date or as of date."
}
}
}