
schema.system.SystemInfoResponse.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A SystemInfoResponse following the convention of http://microformats.org/wiki/hcard",
"type": "object",
"properties": {
"serverVersion": { "type": "integer" },
"serverBuildInfo": { "type": "string" }
},
"required": ["serverVersion"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy