Files
api-specs/idn/beta/schemas/SourceSyncPayload.yaml
2022-09-02 10:59:29 -04:00

14 lines
285 B
YAML

type: object
properties:
type:
type: string
description: Payload type.
example: "SYNCHRONIZE_SOURCE_ATTRIBUTES"
dataJson:
type: string
description: Payload type.
example: "{\"sourceId\":\"2c918083746f642c01746f990884012a\"}"
required:
- type
- dataJson