Skip to content

Commit ce9511b

Browse files
Merge branch 'SAC-29830-Create-Schema' into SAC-29835-implement-sync-logic
2 parents 94426c2 + 1df824a commit ce9511b

15 files changed

+6
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ This tap:
187187
```
188188
---
189189
190-
Copyright © 2019 Stitch
190+
Copyright © 2020–2025 Stitch

tap_trello/schemas/actions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"properties": {
77
"id": {
88
"type": [
9-
"null",
109
"string"
1110
]
1211
},

tap_trello/schemas/board_custom_fields.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"properties": {
44
"id": {
55
"type": [
6-
"null",
76
"string"
87
]
98
},
109
"boardId": {
1110
"type": [
12-
"null",
1311
"string"
1412
]
1513
},

tap_trello/schemas/board_labels.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"properties": {
44
"id": {
55
"type": [
6-
"null",
76
"string"
87
]
98
},
109
"boardId": {
1110
"type": [
12-
"null",
1311
"string"
1412
]
1513
},

tap_trello/schemas/board_memberships.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"properties": {
44
"id": {
55
"type": [
6-
"null",
76
"string"
87
]
98
},
109
"boardId": {
1110
"type": [
12-
"null",
1311
"string"
1412
]
1513
},

tap_trello/schemas/card_attachments.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"properties": {
44
"id": {
55
"type": [
6-
"null",
76
"string"
87
]
98
},
109
"card_id": {
1110
"type": [
12-
"null",
1311
"string"
1412
]
1513
},

tap_trello/schemas/card_custom_field_items.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"properties": {
44
"id": {
55
"type": [
6-
"null",
76
"string"
87
]
98
},
109
"card_id": {
1110
"type": [
12-
"null",
1311
"string"
1412
]
1513
},

tap_trello/schemas/cards.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"properties": {
77
"id": {
88
"type": [
9-
"null",
109
"string"
1110
]
1211
},

tap_trello/schemas/checklists.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
],
66
"properties": {
77
"id": {
8-
"type": [
9-
"null",
10-
"string"
11-
]
8+
"type": [
9+
"string"
10+
]
1211
},
1312
"idMemberCreator": {
1413
"type": [

tap_trello/schemas/lists.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"properties": {
77
"id": {
88
"type": [
9-
"null",
109
"string"
1110
]
1211
},

0 commit comments

Comments
 (0)