schemaRegionsAllowed constant

IriTerm const schemaRegionsAllowed

regionsAllowed from schema vocabulary [Expects: https://schema.org/Place]

The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format.

Can be used on: https://schema.org/MediaObject

Implementation

static const schemaRegionsAllowed = IriTerm.prevalidated(
  'https://schema.org/regionsAllowed',
);