Skip to content

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 25, 2024
1 parent 9d18054 commit bf6e441
Show file tree
Hide file tree
Showing 37 changed files with 303 additions and 141 deletions.
2 changes: 1 addition & 1 deletion schemas/azuread.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
"count_of_columns": 18
}
],
"description": "Connect Linode to manage cloud accounts."
"description": "Get visibility into 500+ cloud assets."
}
6 changes: 3 additions & 3 deletions schemas/doppler/doppler_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
},
{
"name": "initial_fetch_at",
"type": "timestamp with time zone",
"type": "text",
"description": "Timestamp of the initial fetch."
},
{
"name": "last_fetch_at",
"type": "timestamp with time zone",
"type": "text",
"description": "Timestamp of the last fetch."
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "When the configuration was created."
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/doppler/doppler_environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
{
"name": "initial_fetch_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp of the initial fetch for the environment."
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the environment was created."
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the group was created."
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the project was created."
}
]
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_project_role.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the project role was created."
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_service_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the service account was created."
},
{
Expand Down
6 changes: 3 additions & 3 deletions schemas/doppler/doppler_service_account_token.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the service account token was created."
},
{
"name": "last_seen_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the service account token was last seen."
},
{
"name": "expires_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The expiration timestamp of the service account token."
}
]
Expand Down
4 changes: 2 additions & 2 deletions schemas/doppler/doppler_service_token.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the service token was created."
},
{
Expand All @@ -34,7 +34,7 @@
},
{
"name": "expires_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The expiration timestamp of the service token."
}
]
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_workplace_role.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the workplace role was created."
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/doppler/doppler_workplace_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "created_at",
"type": "timestamp with time zone",
"type": "text",
"description": "The timestamp when the workplace user was created."
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/github.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count_of_named_tables": 30,
"count_of_named_columns": 512,
"count_of_named_columns": 513,
"tables": [
{
"table_name": "github_actions_artifact",
Expand All @@ -25,7 +25,7 @@
{
"table_name": "github_artifact_dockerfile",
"description": "",
"count_of_columns": 10
"count_of_columns": 11
},
{
"table_name": "github_branch",
Expand Down
13 changes: 9 additions & 4 deletions schemas/github/github_artifact_dockerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
{
"name": "last_updated_at",
"type": "timestamp with time zone",
"description": "Timestamp when the Dockerfile was last updated."
"type": "text",
"description": "Last time the dockerfile updated"
},
{
"name": "git_url",
Expand All @@ -40,17 +40,22 @@
{
"name": "dockerfile_content",
"type": "text",
"description": "Content of the Dockerfile."
"description": "Dockerfile content."
},
{
"name": "dockerfile_content_base64",
"type": "text",
"description": "Base64-encoded content of the Dockerfile."
"description": "Dockerfile content base64."
},
{
"name": "repository",
"type": "json",
"description": "Repository metadata associated with the Dockerfile."
},
{
"name": "images",
"type": "json",
"description": ""
}
]
}
2 changes: 1 addition & 1 deletion schemas/github/github_branch_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "matching_branches",
"type": "integer",
"type": "json",
"description": "Count of branches which match this rule."
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/github/github_repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"table_description": "GitHub Repositories contain all of your project's files and each file's revision history.",
"columns": [
{
"name": "id",
"name": "GitHubRepoID",
"type": "integer",
"description": "Unique identifier of the GitHub repository."
},
Expand Down
2 changes: 1 addition & 1 deletion schemas/googleworkspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"count_of_columns": 5
}
],
"description": "Manage and sync env variables and secrets."
"description": "Manage DigitalOcean resources and droplets."
}
20 changes: 15 additions & 5 deletions schemas/linode.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"count_of_named_tables": 14,
"count_of_named_columns": 161,
"count_of_named_tables": 16,
"count_of_named_columns": 186,
"tables": [
{
"table_name": "linode_account",
"description": "Account information.",
"count_of_columns": 16
"count_of_columns": 5
},
{
"table_name": "linode_database",
Expand All @@ -17,6 +17,11 @@
"description": "Domains in the Linode account.",
"count_of_columns": 14
},
{
"table_name": "linode_event",
"description": "",
"count_of_columns": 14
},
{
"table_name": "linode_firewall",
"description": "Firewalls in the Linode account.",
Expand All @@ -25,12 +30,12 @@
{
"table_name": "linode_image",
"description": "Images in the Linode account.",
"count_of_columns": 11
"count_of_columns": 18
},
{
"table_name": "linode_instance",
"description": "Instances in the Linode account.",
"count_of_columns": 17
"count_of_columns": 25
},
{
"table_name": "linode_ip_address",
Expand All @@ -52,6 +57,11 @@
"description": "NodeBalancers that are assigned to this Linode and readable by the requesting User.",
"count_of_columns": 11
},
{
"table_name": "linode_object_storage",
"description": "Instances in the Linode account.",
"count_of_columns": 7
},
{
"table_name": "linode_objectstorage_bucket",
"description": "Instances in the Linode account.",
Expand Down
55 changes: 0 additions & 55 deletions schemas/linode/linode_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,6 @@
"type": "text",
"description": "The email address of the person associated with this Account."
},
{
"name": "address_1",
"type": "text",
"description": "First line of this Account’s billing address."
},
{
"name": "address_2",
"type": "text",
"description": "Second line of this Account’s billing address."
},
{
"name": "balance",
"type": "text",
"description": "This Account’s balance, in US dollars."
},
{
"name": "balance_uninvoiced",
"type": "text",
"description": "This Account’s current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate."
},
{
"name": "city",
"type": "text",
Expand All @@ -42,45 +22,10 @@
"type": "text",
"description": "The two-letter country code of this Account’s billing address."
},
{
"name": "credit_card",
"type": "json",
"description": "Credit Card information associated with this Account."
},
{
"name": "first_name",
"type": "text",
"description": "The first name of the person associated with this Account."
},
{
"name": "last_name",
"type": "text",
"description": "The last name of the person associated with this Account."
},
{
"name": "euuid",
"type": "text",
"description": "An external unique identifier for this account."
},
{
"name": "phone",
"type": "text",
"description": "The phone number associated with this Account."
},
{
"name": "state",
"type": "text",
"description": "The state for this Account’s billing address."
},
{
"name": "tax_id",
"type": "text",
"description": "The tax identification number associated with this Account, for tax calculations in some countries. If you do not live in a country that collects tax, this should be null."
},
{
"name": "zip",
"type": "text",
"description": "The zip code of this Account’s billing address."
}
]
}
4 changes: 2 additions & 2 deletions schemas/linode/linode_database.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
},
{
"name": "created",
"type": "timestamp with time zone",
"type": "text",
"description": ""
},
{
"name": "updated",
"type": "timestamp with time zone",
"type": "text",
"description": ""
}
]
Expand Down
12 changes: 6 additions & 6 deletions schemas/linode/linode_domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"description": "A description for this Domain. This is for display purposes only."
},
{
"name": "domain_type",
"name": "type",
"type": "text",
"description": "If this Domain represents the authoritative source of information for the domain it describes, or if it is a read-only copy of a master (also called a slave)."
},
Expand Down Expand Up @@ -58,14 +58,14 @@
"description": "Used to control whether this Domain is currently being rendered: disabled, active, edit_mode, has_errors."
},
{
"name": "tags",
"type": "json",
"description": "Tags applied to this domain as a map."
"name": "group",
"type": "text",
"description": ""
},
{
"name": "tags_src",
"name": "tags",
"type": "json",
"description": "List of Tags applied to this domain."
"description": "Tags applied to this domain as a map."
},
{
"name": "ttl_sec",
Expand Down
Loading

0 comments on commit bf6e441

Please sign in to comment.