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

schema.ConnectionSetting.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "A ConnectionSetting following the convention of http://microformats.org/wiki/hcard",
	"definitions": {
		"connectionSetting": {
		    "type": "object",
		    "properties": {
		        "id": { "type": "string" },
		        "name": { "type": "string" },
		        "connectionType" : { "$ref": "ConnectionType.json#/definitions/connectionType" },
		        "comport": { "type": "string" },
		        "baudrate": { "type": "string" },
		        "networkHostAddress": { "type": "string" }
		    },
		    "required": ["id", "name", "connectionType"]
  		}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy