
schema.switching.SoundPort.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A SoundPort following the convention of http://microformats.org/wiki/hcard",
"type": "object",
"extends" : {
"$ref" : "AbstractConfigPort.json#/definitions/abstractConfigPort"
},
"properties": {
"portStatus" : { "$ref": "PortStatus.json#/definitions/soundPortStatus" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy