{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StreamClone", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the stream" }, "comment": { "type": "string", "description": "user comment associated to an object in the dictionary" } } }