$schema: https://json-schema.org/draft/2020-12/schema
$id: PCSPopulation.yaml
type: object
properties:
  class:
    type: string
    const: Population groups
    description: The PCS term for the population.
required:
  - class
allOf:
  - $ref: PCSTerm.yaml
unevaluatedProperties:
  not: {}
description: |-
  A Philanthropy Classification System (PCS) term for populations served.

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