$schema: https://json-schema.org/draft/2020-12/schema
$id: MappingFieldFunction.yaml
type: object
properties:
  field:
    type: string
required:
  - field
unevaluatedProperties:
  not: {}
examples:
  - field: summary.opportunity_amount
description: Returns the value of a field in the source data.
