
schema.debug.DebugConnectionState.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"connectionState": {
"description": "The state of the connection to the bidib system.",
"type": "string",
"enum": ["disconnected", "connected", "unknown"]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy