1
0
mirror of synced 2026-01-15 15:06:14 -05:00
Files
airbyte/airbyte-integrations/connectors/source-github/source_github/schemas/team_memberships.json
2022-04-21 18:50:56 +03:00

25 lines
402 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"state": {
"type": ["null", "string"]
},
"role": {
"type": ["null", "string"]
},
"url": {
"type": "string"
},
"organization": {
"type": "string"
},
"team_slug": {
"type": "string"
},
"username": {
"type": "string"
}
}
}