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

ybrewery.fermenter.fermenter-mda.2.10.4.source-code.fermenter-2-message-group-schema.json Maven / Gradle / Ivy

The newest version!
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"id": "#messageGroup",
	"title": "MessageGroup",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"name": {
			"type": "string"
		},
		"package": {
			"type": "string"
		},
		"messages": {
			"type": "array",
			"items": {
				"type": "object",
				"properties": {
					"key": {
						"type": "string"
					},
					"text": {
						"type": "string"
					}
				}
			},
			"required": [
				"key", "text"
			]
		}
	},
	"required": [
		"name", "package"
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy