{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProductResourceReference", "type": "object", "properties": { "value": { "type": "string" }, "$ref": { "type": "string" }, "display": { "type": "string" } } }