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

  See https://taxonomy.candid.org/support-strategies for more information.
