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

jsonsource.broadcast.verify.json Maven / Gradle / Ivy

{
	"broadcast": {
		"_self": {
			"require": {
				"must": true,
				"invalid": "20005"
			},
			"typeof": {
				"type": "object",
				"invalid": "20001"
			}
		},
		"fromUserId": {
			"require": {
				"must": true,
				"invalid": "20005"
			},
			"length": {
				"max": 64,
				"min": 1,
				"invalid": "20003"
			}
		},
		"objectName": {
			"require": {
				"must": true,
				"invalid": "20005"
			},
			"length": {
				"max": 32,
				"min": 1,
				"invalid": "20003"
			}
		},
		"message": {
			"require": {
				"must": true,
				"invalid": "20005"
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy