$schema: https://json-schema.org/draft/2020-12/schema
$id: PCSSubject.yaml
type: object
properties:
  class:
    type: string
    const: Subjects
    description: The PCS term for the subject.
required:
  - class
allOf:
  - $ref: PCSTerm.yaml
unevaluatedProperties:
  not: {}
description: |-
  A Philanthropy Classification System (PCS) term for the subject of the grant.

  See https://taxonomy.candid.org/subjects for more information.
