Cite the Record

Shard schema

Person shard

A person entity — current MP, peer, committee witness, former member. Carries identity, current roles, registered interests, recent written questions asked or answered, recent votes, and provenance back to the Members API and Register of Interests source.

This page is the field reference for developers and AI clients. If you came here looking for a person, browse the person index instead.

Authoritative source Use with AI

Required fields

6

Optional fields

7

Dialect

JSON Schema draft 2020-12

Version

Required fields

Every shard validating against ships these fields. Provenance lines show where each value comes from — the load-bearing column for the structured-evidence promise.

  • CTR-stable person identifier.

    Provenance: Generated at intake from name + constituency or peerage; survives constituency boundary review.

  • Members API memberId.

    Provenance: Members API memberId verbatim.

  • Display form of the name.

    Provenance: Members API nameDisplayAs field.

  • Person sub-type.

    Provenance: Members API memberType.

  • Live profile URL on members.parliament.uk.

    Provenance: Constructed from the Members API memberId via the documented URL template at intake.

  • Provenance for the underlying Members-API snapshot.

    Provenance: Emitted by intake at the weekly members-snapshot run.

Optional fields

Present where the source carries the value or the derivation succeeds. Code consuming this schema should treat them as nullable.

  • Current party affiliation.

    Provenance: Members API latestParty; never inferred.

  • Current constituency for MPs.

    Provenance: Members API latestHouseMembership; never inferred.

  • First election date in current run.

    Provenance: Members API representedConstituencyEntry.start.

  • Current government / opposition / committee roles.

    Provenance: Members API representations endpoint.

  • Registered financial interests.

    Provenance: House of Commons Register of Members' Financial Interests; refreshed at the publish cadence of the official register.

  • Recent written questions asked or answered.

    Provenance: Records of recordType = written_question where this person appears as asker or answerer in the per-record entity links.

  • Recent division votes.

    Provenance: Division-vote records linked to this member from the Hansard divisions feed.

Source families for planned person data

The following real source-family taxonomy is associated with . Click through for metadata and publication status.

Related schemas

Entities referenced by this shard kind. A person shard's / nested references resolve to shards of these kinds.

Versioning + dialect

Each planned schema follows semver. Patch bumps are additive and backwards-compatible. Minor bumps may add required fields or change validation rules. Major bumps will use a new URL path once canonical files are published.

Published structured data will declare its version in a field. AI clients should respect that version when files become available.