{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "scb" ], "properties": { "scb": { "type": "array", "items": { "type": "string", "description": "SCB of a channel in TLV format" } } } }