All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.NodeAction.json Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"nodeAction": {
			"description": "This action signals if the node was updated (even new node) or removed.",
		    "type": "string",
		    "enum": ["add", "update", "remove", "notify"],
		    "javaEnums": [
				{
					"name": "ADD"
				}, {
					"name": "UPDATE"
				}, {
					"name": "REMOVE"
				}, {
					"name": "NOTIFY"
				}
			]
    	}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy