{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ModelAccountAdditionalField", "type": "object", "properties": { "iteration": { "type": "boolean" }, "name": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "splitDirection": { "type": "string" }, "size": { "type": "integer" }, "codePageFlag": { "type": "string" } } }