{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/datasource.json", "title": "DataSource", "type": "object", "properties": { "name": { "type": "string" }, "inputStream": { "type": "object" }, "contentType": { "type": "string" }, "outputStream": { "type": "object" } } }