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-family-schema.json Maven / Gradle / Ivy

The newest version!
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"id": "#family",
	"title": "Family",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"name": {
			"type": "string"
		},
		"profileReferences": {
			"type": "array",
			"items": {
				"type": "object",
				"properties": {
					"name": {
						"type": "string"
					}
				}
			},
			"required": [
				"name"
			]
		}
	},
	"required": [
		"name"
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy