{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/mpn.prop.jsd", "title": "http://alumio.com/mpn", "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }