membershipPointsEarned
A Schema.org PropertyThis term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
- Canonical URL: https://schema.org/membershipPointsEarned
- Check for open issues.
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.)
Values expected to be one of these types |
---|
Number |
Used on these types |
---|
ProgramMembership
|
Source
https://github.com/schemaorg/schemaorg/issues/2085
Examples
Example 1
Copied
Example notes or example HTML without markup.
An email message describing the points earned.
Example encoded as Microdata embedded in HTML.
TODO
Example encoded as RDFa embedded in HTML.
TODO
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@type": "ProgramMembership", "name": "ACME customer rewards", "membershipPointsEarned": { "@type": "QuantitativeValue", "unitText": "Starpoints", "value": 500 } } </script>
Structured representation of the JSON-LD example.