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

schema.firmware.FirmwareRepoOrigin.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "definitions": {
		"firmwareRepoOriginType": {
		    "description": "A FirmwareRepoOriginType following the convention of http://microformats.org/wiki/hcard",
		    "type": "string",
		    "enum": ["publicRepo", "developerRepo"],
		    "javaEnums": [
				{
					"name": "publicRepo"
				}, {
					"name": "developerRepo"
				}
			]
    	}
  	}
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy