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

  See https://taxonomy.candid.org/transaction-types for more information.
