{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ProductResource", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "groupDescription": { "type": "string" }, "workstation": { "type": "boolean" }, "requiresApproval": { "type": "string" }, "whitelist": { "type": "boolean" }, "meta": { "type": "object" } } }