|
12 | 12 | "items": {
|
13 | 13 | "type": "string"
|
14 | 14 | },
|
| 15 | + "title": "Site URLs", |
15 | 16 | "description": "Website URLs property; do not include the domain-level property in the list",
|
16 | 17 | "examples": ["https://example1.com", "https://example2.com"],
|
17 | 18 | "order": 0
|
18 | 19 | },
|
19 | 20 | "start_date": {
|
20 | 21 | "type": "string",
|
21 |
| - "description": "The date from which you'd like to replicate data in the format YYYY-MM-DD.", |
| 22 | + "title": "Start Date", |
| 23 | + "description": "UTC date in the format 2017-01-25. Any data before this date will not be replicated.", |
22 | 24 | "examples": ["2021-01-01"],
|
23 | 25 | "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
24 | 26 | "order": 1
|
25 | 27 | },
|
26 | 28 | "end_date": {
|
27 | 29 | "type": "string",
|
28 |
| - "description": "The date from which you'd like to replicate data in the format YYYY-MM-DD. Must be greater or equal start_date field", |
| 30 | + "title": "End Date", |
| 31 | + "description": "UTC date in the format 2017-01-25. Any data after this date will not be replicated. Must be greater or equal to the Start Date field.", |
29 | 32 | "examples": ["2021-12-12"],
|
30 | 33 | "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
31 | 34 | "order": 2
|
|
55 | 58 | "client_id": {
|
56 | 59 | "title": "Client ID",
|
57 | 60 | "type": "string",
|
58 |
| - "description": "The Client ID of your developer application", |
| 61 | + "description": "The Client ID of your Google Search Console developer application.", |
59 | 62 | "airbyte_secret": true
|
60 | 63 | },
|
61 | 64 | "client_secret": {
|
62 | 65 | "title": "Client Secret",
|
63 | 66 | "type": "string",
|
64 |
| - "description": "The client secret of your developer application", |
| 67 | + "description": "The Client Secret of your Google Search Console developer application.", |
65 | 68 | "airbyte_secret": true
|
66 | 69 | },
|
67 | 70 | "access_token": {
|
68 | 71 | "title": "Access Token",
|
69 | 72 | "type": "string",
|
70 |
| - "description": "An access token generated using the above client ID and secret", |
| 73 | + "description": "Access Token for making authenticated requests.", |
71 | 74 | "airbyte_secret": true
|
72 | 75 | },
|
73 | 76 | "refresh_token": {
|
74 | 77 | "title": "Refresh Token",
|
75 | 78 | "type": "string",
|
76 |
| - "description": "A refresh token generated using the above client ID and secret", |
| 79 | + "description": "The token for obtaining new access token.", |
77 | 80 | "airbyte_secret": true
|
78 | 81 | }
|
79 | 82 | }
|
|
0 commit comments