Note: you are viewing the development version of Schema.org. See How we work for more details.

membershipPointsEarned

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
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

Used on these types

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 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.