Salesforce Channel API

The Channel API from Salesforce — 5 operation(s) for channel.

Documentation

Specifications

Schemas & Data

OpenAPI Specification

salesforce-channel-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Salesforce Bulk API 2.0 Abort Channel API
  description: 'Salesforce Bulk API 2.0 is a simplified, REST-based interface for bulk data operations that improves on the original Bulk API. It uses a straightforward job model and supports CSV format for ingest and query jobs, enabling processing of millions of records asynchronously.

    '
  version: v63.0
  contact:
    name: Salesforce Developers
    url: https://developer.salesforce.com/
  license:
    name: Salesforce Developer Terms
    url: https://www.salesforce.com/company/legal/agreements/
servers:
- url: https://{instance}.salesforce.com/services/data/v{version}/jobs
  description: Salesforce Bulk API 2.0 jobs endpoint
  variables:
    instance:
      default: yourInstance
      description: 'The Salesforce instance identifier (e.g., na1, eu3, or a My Domain subdomain like mycompany).

        '
    version:
      default: '63.0'
      description: 'The Salesforce API version number (e.g., 63.0). Use the latest supported version for new integrations.

        '
security:
- BearerAuth: []
tags:
- name: Channel
paths:
  /data/v64.0/tooling/sobjects/PlatformEventChannel:
    parameters: []
    post:
      tags:
      - Channel
      summary: Salesforce Create Channel
      operationId: Createchannel
      parameters: []
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/CreatechannelRequest'
              - examples:
                - FullName: Account_Channel__chn
                  Metadata:
                    channelType: data
                    label: Account Channel
              contentMediaType: application/json
            example:
              FullName: Account_Channel__chn
              Metadata:
                channelType: data
                label: Account Channel
        required: true
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects/PlatformEventChannel/{PLATFORM_EVENT_CHANNEL_ID}:
    parameters: []
    patch:
      tags:
      - Channel
      summary: Salesforce Update Channel
      operationId: Updatechannel
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
          examples:
          - 0YLRM0000004DlP4AU
        example: '500123'
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/UpdatechannelRequest'
              - examples:
                - FullName: Account_Channel__chn
                  Metadata:
                    channelType: data
                    label: Account Channel 2
                    urls: null
              contentMediaType: application/json
            example:
              FullName: Account_Channel__chn
              Metadata:
                channelType: data
                label: Account Channel 2
                urls: null
        required: true
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    get:
      tags:
      - Channel
      summary: Salesforce Get Event Channel
      operationId: Geteventchannel
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
          examples:
          - 0YL4H0000004C93WAE
        example: '500123'
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 03 Jul 2023 13:15:59 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=7/15000
            Last-Modified:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 11 Jan 2021 19:33:54 GMT
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Accept-Encoding
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: gzip
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Geteventchannel'
                - examples:
                  - attributes:
                      type: PlatformEventChannel
                      url: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE
                    Id: 0YL4H0000004C93WAE
                    IsDeleted: false
                    DeveloperName: HREvents
                    Language: en_US
                    MasterLabel: Custom Channel for the HR App
                    NamespacePrefix: null
                    ManageableState: unmanaged
                    CreatedDate: 2021-01-11T19:33:54.000+0000
                    CreatedById: 00558000000yFyDAAU
                    LastModifiedDate: 2021-01-11T19:33:54.000+0000
                    LastModifiedById: 00558000000yFyDAAU
                    SystemModstamp: 2021-01-11T19:33:54.000+0000
                    ChannelType: data
                    FullName: HREvents__chn
                    Metadata:
                      channelType: data
                      label: Custom Channel for the HR App
                      urls: null
                contentMediaType: application/json;charset=UTF-8
              example:
                attributes:
                  type: PlatformEventChannel
                  url: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE
                Id: 0YL4H0000004C93WAE
                IsDeleted: false
                DeveloperName: HREvents
                Language: en_US
                MasterLabel: Custom Channel for the HR App
                NamespacePrefix: null
                ManageableState: unmanaged
                CreatedDate: 2021-01-11T19:33:54.000+0000
                CreatedById: 00558000000yFyDAAU
                LastModifiedDate: 2021-01-11T19:33:54.000+0000
                LastModifiedById: 00558000000yFyDAAU
                SystemModstamp: 2021-01-11T19:33:54.000+0000
                ChannelType: data
                FullName: HREvents__chn
                Metadata:
                  channelType: data
                  label: Custom Channel for the HR App
                  urls: null
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    delete:
      tags:
      - Channel
      summary: Salesforce Delete Event Channel
      operationId: Deleteeventchannel
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: '500123'
      responses:
        '204':
          description: No Content
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Wed, 06 Dec 2023 16:56:00 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            Content-Security-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: upgrade-insecure-requests
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=303/15000
          content: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects/PlatformEventChannelMember/{PLATFORM_EVENT_CHANNEL_MEMBER_ID}:
    parameters: []
    patch:
      tags:
      - Channel
      summary: Salesforce Add Enriched Fields to Channel Member
      operationId: Addenrichedfieldstochannelmember
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_MEMBER_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: '500123'
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/AddenrichedfieldstochannelmemberRequest'
              - examples:
                - FullName: Account_Channel_chn_AccountChangeEvent
                  Metadata:
                    enrichedFields:
                    - name: External_Account_ID__c
                    eventChannel: Account_Channel__chn
                    selectedEntity: AccountChangeEvent
              contentMediaType: application/json
            example:
              FullName: Account_Channel_chn_AccountChangeEvent
              Metadata:
                enrichedFields:
                - name: External_Account_ID__c
                eventChannel: Account_Channel__chn
                selectedEntity: AccountChangeEvent
        required: true
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    get:
      tags:
      - Channel
      summary: Salesforce Get Channel Member
      operationId: Getchannelmember
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_MEMBER_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: '500123'
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 03 Jul 2023 13:17:20 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=9/15000
            Last-Modified:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Fri, 30 Dec 2022 15:10:39 GMT
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Accept-Encoding
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: gzip
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Getchannelmember'
                - examples:
                  - attributes:
                      type: PlatformEventChannelMember
                      url: /services/data/v58.0/tooling/sobjects/PlatformEventChannelMember/0v84H000000PAvIQAW
                    Id: 0v84H000000PAvIQAW
                    IsDeleted: false
                    DeveloperName: ChangeEvents_ContactChangeEvent
                    Language: en_US
                    MasterLabel: ContactChangeEvent
                    NamespacePrefix: null
                    ManageableState: unmanaged
                    CreatedDate: 2022-12-30T15:10:39.000+0000
                    CreatedById: 00558000000yFyDAAU
                    LastModifiedDate: 2022-12-30T15:10:39.000+0000
                    LastModifiedById: 00558000000yFyDAAU
                    SystemModstamp: 2022-12-30T15:10:39.000+0000
                    FullName: ChangeEvents_ContactChangeEvent
                    Metadata:
                      enrichedFields: []
                      eventChannel: ChangeEvents
                      filterExpression: null
                      selectedEntity: ContactChangeEvent
                      urls: null
                    EventChannel: ChangeEvents
                    SelectedEntity: ContactChangeEvent
                    FilterExpression: null
                contentMediaType: application/json;charset=UTF-8
              example:
                attributes:
                  type: PlatformEventChannelMember
                  url: /services/data/v58.0/tooling/sobjects/PlatformEventChannelMember/0v84H000000PAvIQAW
                Id: 0v84H000000PAvIQAW
                IsDeleted: false
                DeveloperName: ChangeEvents_ContactChangeEvent
                Language: en_US
                MasterLabel: ContactChangeEvent
                NamespacePrefix: null
                ManageableState: unmanaged
                CreatedDate: 2022-12-30T15:10:39.000+0000
                CreatedById: 00558000000yFyDAAU
                LastModifiedDate: 2022-12-30T15:10:39.000+0000
                LastModifiedById: 00558000000yFyDAAU
                SystemModstamp: 2022-12-30T15:10:39.000+0000
                FullName: ChangeEvents_ContactChangeEvent
                Metadata:
                  enrichedFields: []
                  eventChannel: ChangeEvents
                  filterExpression: null
                  selectedEntity: ContactChangeEvent
                  urls: null
                EventChannel: ChangeEvents
                SelectedEntity: ContactChangeEvent
                FilterExpression: null
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    delete:
      tags:
      - Channel
      summary: Salesforce Delete Channel Member
      operationId: Deletechannelmember
      parameters:
      - name: PLATFORM_EVENT_CHANNEL_MEMBER_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
          examples:
          - 'null'
        example: '500123'
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects/PlatformEventChannelMember:
    parameters: []
    post:
      tags:
      - Channel
      summary: Salesforce Create Channel Member
      operationId: Createchannelmember
      parameters: []
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/CreatechannelmemberRequest'
              - examples:
                - FullName: Account_Channel_chn_AccountChangeEvent
                  Metadata:
                    eventChannel: Account_Channel__chn
                    selectedEntity: AccountChangeEvent
              contentMediaType: application/json
            example:
              FullName: Account_Channel_chn_AccountChangeEvent
              Metadata:
                eventChannel: Account_Channel__chn
                selectedEntity: AccountChangeEvent
        required: true
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects/PlatformEventChannel/describe:
    parameters: []
    get:
      tags:
      - Channel
      summary: Salesforce Describe Event Channel
      operationId: Describeeventchannel
      parameters: []
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 03 Jul 2023 13:16:20 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=7/15000
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '"2aa989f9--gzip"'
            Last-Modified:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 03 Jul 2023 13:05:05 GMT
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Accept-Encoding
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: gzip
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                $ref: '#/components/schemas/Describeeventchannel'
              examples:
                Describeeventchannel200Example:
                  summary: Default Describeeventchannel 200 response
                  x-microcks-default: true
                  value:
                    actionOverrides:
                    - example_value
                    activateable: true
                    associateEntityType: example_value
                    associateParentEntity: example_value
                    childRelationships:
                    - example_value
                    compactLayoutable: true
                    createable: true
                    custom: true
                    customSetting: true
                    deepCloneable: true
                    defaultImplementation: example_value
                    deletable: true
                    deprecatedAndHidden: true
                    extendedBy: example_value
                    extendsInterfaces: example_value
                    feedEnabled: true
                    fields:
                    - aggregatable: true
                      aiPredictionField: true
                      autoNumber: true
                      byteLength: 10
                      calculated: true
                      calculatedFormula: example_value
                      cascadeDelete: true
                      caseSensitive: true
                      compoundFieldName: example_value
                      controllerName: example_value
                      createable: true
                      custom: true
                      defaultValue: example_value
                      defaultValueFormula: example_value
                      defaultedOnCreate: true
                      dependentPicklist: true
                      deprecatedAndHidden: true
                      digits: 10
                      displayLocationInDecimal: true
                      encrypted: true
                      externalId: '500123'
                      extraTypeInfo: example_value
                      filterable: true
                      filteredLookupInfo: example_value
                      formulaTreatNullNumberAsZero: true
                      groupable: true
                      highScaleNumber: true
                      htmlFormatted: true
                      idLookup: true
                      inlineHelpText: example_value
                      label: Example Title
                      length: 10
                      mask: example_value
                      maskType: example_value
                      name: Example Title
                      nameField: true
                      namePointing: true
                      nillable: true
                      permissionable: true
                      picklistValues: {}
                      polymorphicForeignKey: true
                      precision: 10
                      queryByDistance: true
                      referenceTargetField: example_value
                      referenceTo: {}
                      relationshipName: example_value
                      relationshipOrder: example_value
                      restrictedDelete: true
                      restrictedPicklist: true
                      scale: 10
                      searchPrefilterable: true
                      soapType: example_value
                      sortable: true
                      type: example_value
                      unique: true
                      updateable: true
                      writeRequiresMasterRead: true
                    hasSubtypes: true
                    implementedBy: example_value
                    implementsInterfaces: example_value
                    isInterface: true
                    isSubtype: true
                    keyPrefix: example_value
                    label: Example Title
                    labelPlural: example_value
                    layoutable: true
                    listviewable: example_value
                    lookupLayoutable: example_value
                    mergeable: true
                    mruEnabled: true
                    name: Example Title
                    namedLayoutInfos:
                    - example_value
                    networkScopeFieldName: example_value
                    queryable: true
                    recordTypeInfos:
                    - example_value
                    replicateable: true
                    retrieveable: true
                    searchLayoutable: true
                    searchable: true
                    sobjectDescribeOption: example_value
                    supportedScopes:
                    - label: Example Title
                      name: Example Title
                    triggerable: true
                    undeletable: true
                    updateable: true
                    urls:
                      rowTemplate: example_value
                      describe: example_value
                      sobject: example_value
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    UpdatechannelRequest:
      title: UpdatechannelRequest
      required:
      - FullName
      - Metadata
      type: object
      properties:
        FullName:
          type: string
          example: example_value
        Metadata:
          $ref: '#/components/schemas/Metadata1'
      examples:
      - FullName: Account_Channel__chn
        Metadata:
          channelType: data
          label: Account Channel 2
          urls: null
    Urls2:
      title: Urls2
      required:
      - rowTemplate
      - describe
      - sobject
      type: object
      properties:
        rowTemplate:
          type: string
          example: example_value
        describe:
          type: string
          example: example_value
        sobject:
          type: string
          example: example_value
      examples:
      - rowTemplate: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/{ID}
        describe: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/describe
        sobject: /services/data/v58.0/tooling/sobjects/PlatformEventChannel
    SupportedScope:
      title: SupportedScope
      required:
      - label
      - name
      type: object
      properties:
        label:
          type: string
          example: Example Title
        name:
          type: string
          example: Example Title
      examples:
      - label: All platform event channels
        name: everything
    Metadata1:
      title: Metadata1
      required:
      - channelType
      - label
      - urls
      type: object
      properties:
        channelType:
          type: string
          example: example_value
        label:
          type: string
          example: Example Title
        urls:
          type:
          - string
          - 'null'
          example: https://www.example.com
      examples:
      - channelType: data
        label: Account Channel 2
        urls: null
    CreatechannelRequest:
      title: CreatechannelRequest
      required:
      - FullName
      - Metadata
      type: object
      properties:
        FullName:
          type: string
          example: example_value
        Metadata:
          $ref: '#/components/schemas/Metadata'
      examples:
      - FullName: Account_Channel__chn
        Metadata:
          channelType: data
          label: Account Channel
    Field1:
      title: Field1
      required:
      - aggregatable
      - aiPredictionField
      - autoNumber
      - byteLength
      - calculated
      - calculatedFormula
      - cascadeDelete
      - caseSensitive
      - compoundFieldName
      - controllerName
      - createable
      - custom
      - defaultValue
      - defaultValueFormula
      - defaultedOnCreate
      - dependentPicklist
      - deprecatedAndHidden
      - digits
      - displayLocationInDecimal
      - encrypted
      - externalId
      - extraTypeInfo
      - filterable
      - filteredLookupInfo
      - formulaTreatNullNumberAsZero
      - groupable
      - highScaleNumber
      - htmlFormatted
      - idLookup
      - inlineHelpText
      - label
      - length
      - mask
      - maskType
      - name
      - nameField
      - namePointing
      - nillable
      - permissionable
      - picklistValues
      - polymorphicForeignKey
      - precision
      - queryByDistance
      - referenceTargetField
      - referenceTo
      - relationshipName
      - relationshipOrder
      - restrictedDelete
      - restrictedPicklist
      - scale
      - searchPrefilterable
      - soapTyp

# --- truncated at 32 KB (52 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/openapi/salesforce-channel-api-openapi.yml