{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "accountPeriodTo",
"properties": {
"day": {
"description": "Day on which accounting period ends under parent law.",
"type": "integer"
},
"month": {
"description": "Month in which accounting period ends under parent law.",
"type": "integer"
}
}
}