{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MigrateToNativeSyntaxRequest", "description": "", "type": "object", "properties": { "provider": { "enum": [ "docusign" ], "type": "string", "default": "docusign" }, "title": { "type": "string" } } }