{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RTDataModel_Products", "type": "object", "properties": { "product_code": { "type": "integer" }, "description": { "type": "string" } } }