OpenActive Developers
Data ValidatorDataset DashboardW3C Community Group
  • Welcome to our community
  • Publishing Data
    • Data Feeds
      • How an RPDE data feed works
      • Types of RDPE feed
      • Implementing RPDE
      • Testing RPDE feeds
      • Scaling RPDE feeds
    • Activity list references
    • Including geo coordinates
    • Schedules
    • Dataset Sites
    • Virtual Events
    • On-Demand Events
    • Opening Hours
    • Data Quality
  • Using data
    • Harvesting opportunity data
      • Large Integers in JavaScript
    • Tutorial: Consuming an RPDE feed
    • Attribution
  • Open Booking API
    • Key Decisions
    • Implementing booking
    • Testing booking
      • Configuring Test Suite
      • Implementing the Test Interface
        • Test Interface Actions
        • Create Opportunity Endpoint
      • Random Mode: Generating Test Opportunity Data
      • Running Test Suite
      • Generating the Conformance Certificate
  • Data Model
    • Data Model Overview
    • @context and JSON-LD
    • Types Reference
      • Action
      • AudioObject
      • BabyChanging
      • Barcode
      • BookingService
      • BooleanFormFieldSpecification
      • Brand
      • ChangingFacilities
      • ConceptScheme
      • Concept
      • CourseInstance
      • Course
      • Creche
      • CustomerAccount
      • DataCatalog
      • DataDownload
      • Dataset
      • DropdownFormFieldSpecification
      • DynamicPayment
      • Entitlement
      • EventSeries
      • Event
      • FacilityUse
      • FileUploadFormFieldSpecification
      • GeoCoordinates
      • HeadlineEvent
      • ImageObject
      • IndividualFacilityUse
      • InternalApplicationError
      • InternalLibraryConfigurationError
      • InternalLibraryError
      • Lease
      • LocationFeatureSpecification
      • Lockers
      • MediaObject
      • OfferOverride
      • Offer
      • OnDemandEvent
      • OpenBookingError
      • OpeningHoursSpecification
      • OrderItem
      • OrderProposal
      • OrderQuote
      • Order
      • Organization
      • ParagraphFormFieldSpecification
      • Parking
      • PartialSchedule
      • Payment
      • Person
      • Place
      • PostalAddress
      • PriceSpecification
      • PrivacyPolicy
      • PropertyValueSpecification
      • PropertyValue
      • QuantitativeValue
      • Schedule
      • ScheduledSession
      • SessionSeries
      • ShortAnswerFormFieldSpecification
      • Showers
      • Slot
      • SportsActivityLocation
      • TaxChargeSpecification
      • TermsOfUse
      • Terms
      • Toilets
      • Towels
      • VideoObject
      • VirtualLocation
      • WebAPI
  • Specifications
    • Specifications Overview
  • Useful links
    • Data Visualiser
    • Data Validator
    • Dataset Dashboard
    • Non-technical Guidance
  • OpenActive on GitHub
    • Overview
    • Activity List
    • Community
    • Controlled Vocabularies
    • Dataset Publication
    • Documentation
    • Implementation Support
    • Programmes
    • RPDE
    • SKOS
    • Specifications
    • Validators
Powered by GitBook
On this page
  • Properties
  • Optional properties
  • Beta Extension properties
Edit on GitHub
  1. Data Model
  2. Types Reference

Person

This page describes the Person type.

PreviousPaymentNextPlace

Last updated 11 months ago

This type is derived from , which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.

Properties

Optional properties

Property
Expected Type
Description

@type

Must always be present and set to "@type": "Person"

@id

A unique URI-based identifier for the record.

The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).

Example

"@id": "https://id.bookingsystem.example.com/people/12345"

address

Address of the Seller, used on tax receipts.

description

A plain text description of the Person, which must not include HTML or other markup.

Example

"description": "The leader of the coaching team"

email

The e-mail address of the person.

This person must have given permission for their personal information to be shared as part of the open data.

Example

"email": "jane.smith@example.com"

emergencyContact

Person to contact in case of emergencies related to this Person.

familyName

A last name for the person.

This person must have given permission for their personal information to be shared as part of the open data.

Example

"familyName": "Thompson"

gender

Indicates the gender of the person. While https://schema.org/Male and https://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender.

Example

"gender": "https://schema.org/Female"

givenName

A first name for the person.

This person must have given permission for their personal information to be shared as part of the open data.

Example

"givenName": "Daley"

hasAccount

Reference to the CustomerAccount associated with this Customer, for use within the Open Booking API flow.

identifier

A local non-URI identifier for the resource

Example

"identifier": "SB1234"

isOpenBookingAllowed

Indicates whether the Seller allows open booking

Example

"isOpenBookingAllowed": "true"

jobTitle

The job title of a person

This person must have given permission for their personal information to be shared as part of the open data.

Example

"jobTitle": "Team Captain"

legalName

The official name of the organization, e.g. the registered company name.

Example

"legalName": "Central Speedball Ltd"

logo

A logo for the person.

Example

"logo": { "@type": "ImageObject", "url": "http://example.com/static/image/speedball_large.jpg" }

name

A full name for the person.

This person must have given permission for their personal information to be shared as part of the open data.

Example

"name": "Daley Thompson"

sameAs

Lists the URL(s) of the official social media profile pages associated with the person.

Example

"sameAs": "https://example.org/example-org"

taxMode

telephone

The telephone number of the person

This person must have given permission for their personal information to be shared as part of the open data.

Example

"telephone": "01234 567890"

termsOfService

The terms of service of the Seller.

url

A URL where more information about the person may be found

Example

"url": "http://www.example.com/"

vatID

The Value-added Tax ID of the of the Seller.

Beta Extension properties

Property
Expected Type
Description

beta:formalCriteriaMet

An array of URLs, each of which describe the formal criteria that are met by the organizer.

beta:formattedDescription

Sometimes a description is stored with formatting (e.g. href, bold, italics, embedded YouTube videos). This formatting can be useful for data consumers. This property must contain HTML.

@id properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in .

- or -

- or - @id reference

Note that this property is in EARLY RELEASE AND IS SUBJECT TO CHANGE, as the evolves.

- or - - or - Array of - or -

Array of

Either or

Array of

These properties are defined in the . The OpenActive Beta Extension is defined as a convenience to help document properties that are in active testing and review by the community. Publishers should not assume that properties in the beta namespace will either be added to the core specification or be included in the namespace over the long term.

Array of

Except as otherwise noted, the content of this page is licensed under the , and code samples are licensed under the , for anyone to access, use and share; using attribution "".

https://schema.org/Person
OpenActive Beta Extension
Creative Commons Attribution License (CC-BY V4.0)
MIT License
OpenActive
Text
URL
RFC3986
PostalAddress
Text
Text
Person
Text
GenderType
Text
Text
CustomerAccount
Customer Accounts proposal
Text
PropertyValue
PropertyValue
Integer
Boolean
Text
Text
ImageObject
Text
URL
TaxMode
https://openactive.io/TaxNet
https://openactive.io/TaxGross
Text
Terms
URL
Text
URL
Proposal #236
Text
Proposal #276