{
	"title": "xmleditor reassign schema configuration answer",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.joc.model.xmleditor.schema.SchemaReassignConfigurationAnswer",
	"type": "object",
	"description": "",
	"properties": {
		"schema": {
			"type": "string"
		},
		"schemaIdentifier": {
			"type": "string"
		},
		"configurationJson": {
			"type": "string"
		},
		"recreateJson": {
			"type": "boolean"
		}
	},
	"additionalProperties": false
}