我尝试从Schema.org获得PriceSpecification
计划的定价。
对于我们基于时间的门票,这非常简单,就像我们3个月的门票一样:
"priceSpecification": {
"@type": "UnitPriceSpecification",
"priceCurrency": "USD",
"price": "10",
"referenceQuantity": {
"@type": "QuantitativeValue",
"value": "3",
"unitCode": "MON"
}
},
但是我们还有一张10"的票,我试图用unitCode
而不是unitText
来描述。
是否有任何UNECE / CEFACT代码可供描述或我必须使用unitText
作为后备?