membershipPointsEarned
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (e.g. stars, miles, etc.)
- Canonical URL: http://schema.org/membershipPointsEarned
- Leave public feedback on this term 💬
- Check for open issues.
- 'membershipPointsEarned' is mentioned in the pending extention.
| Values expected to be one of these types |
|---|
Number
QuantitativeValue
|
| Used on these types |
|---|
ProgramMembership
|
Source
https://github.com/schemaorg/schemaorg/issues/2085
ExamplesAn email message describing the points earned.
TODO
TODO
<script type="application/ld+json">
{
"@type": "ProgramMembership",
"name": "ACME customer rewards",
"membershipPointsEarned": {
"@type": "QuantitativeValue",
"unitText": "Starpoints",
"value": 500
}
}
</script>