{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/sku.prop.jsd", "title": "http://alumio.com/sku", "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ { "$ref": "identifier.prop.jsd" }, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }