{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cpobjects.mycpl.net/schema/product.json", "title": "Product", "description": "Product", "type": "object", "properties": { "token": { "description": "Unique ID", "type": "string" } }, "required": [ "token" ] }