{ "type": "object", "name": "CreateCloneSandboxRequest", "properties": { "SandboxName": { "type": "string" }, "LicenseType": { "type": "string" }, "TemplateId": { "type": "['string', 'null']" }, "HistoryDays": { "type": "integer" }, "CopyChatter": { "type": "boolean" }, "AutoActivate": { "type": "boolean" }, "ApexClassId": { "type": "['string', 'null']" }, "Description": { "type": "string" }, "SourceId": { "type": "['string', 'null']" } }, "required": [ "SandboxName", "LicenseType", "TemplateId", "HistoryDays", "CopyChatter", "AutoActivate", "ApexClassId", "Description", "SourceId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }