/ source-simplecast-fecther / sample_files / configured_catalog.json
configured_catalog.json
 1  {
 2    "streams": [
 3      {
 4        "stream": {
 5          "name": "podcast",
 6          "json_schema": {
 7            "$schema": "http://json-schema.org/draft-04/schema#",
 8            "type": "object"
 9          },
10          "supported_sync_modes": [
11            "full_refresh", "incremental"
12          ]
13        },
14        "sync_mode": "incremental",
15        "destination_sync_mode": "overwrite"
16      },
17      {
18        "stream": {
19          "name": "episode",
20          "json_schema": {
21            "$schema": "http://json-schema.org/draft-04/schema#",
22            "type": "object"
23          },
24          "supported_sync_modes": [
25            "full_refresh", "incremental"
26          ]
27        },
28        "sync_mode": "incremental",
29        "destination_sync_mode": "overwrite"
30      },
31      {
32        "stream": {
33          "name": "podcast_listening_location",
34          "json_schema": {
35            "$schema": "http://json-schema.org/draft-04/schema#",
36            "type": "object"
37          },
38          "supported_sync_modes": [
39            "full_refresh", "incremental"
40          ]
41        },
42        "sync_mode": "incremental",
43        "destination_sync_mode": "overwrite"
44      },
45      {
46        "stream": {
47          "name": "episode_download",
48          "json_schema": {
49            "$schema": "http://json-schema.org/draft-04/schema#",
50            "type": "object"
51          },
52          "supported_sync_modes": [
53            "full_refresh", "incremental"
54          ]
55        },
56        "sync_mode": "incremental",
57        "destination_sync_mode": "overwrite"
58      },
59      {
60        "stream": {
61          "name": "podcast_listening_device",
62          "json_schema": {
63            "$schema": "http://json-schema.org/draft-04/schema#",
64            "type": "object"
65          },
66          "supported_sync_modes": [
67            "full_refresh", "incremental"
68          ]
69        },
70        "sync_mode": "incremental",
71        "destination_sync_mode": "overwrite"
72      },
73      {
74        "stream": {
75          "name": "podcast_listening_method",
76          "json_schema": {
77            "$schema": "http://json-schema.org/draft-04/schema#",
78            "type": "object"
79          },
80          "supported_sync_modes": [
81            "full_refresh", "incremental"
82          ]
83        },
84        "sync_mode": "incremental",
85        "destination_sync_mode": "overwrite"
86      }
87    ]
88  }