{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "splits", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "splitFactor": { "type": "number" }, "splitComment": { "type": "string" }, "requestId": { "type": "string" } } }