Skip to content

Commit

Permalink
align revision definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Oct 3, 2024
1 parent 7afa24b commit d57466e
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions schemas/latest/packages-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,23 @@
"private"
],
"properties": {
"revision": {
"title": "Package version",
"description": "A semantic version string or range, such as [\">=1.0.0\", \"<2.0.0\"]",
"type": [
"string",
"number",
"array"
]
},
"subdirectory": {
"title": "Repo subdirectory",
"description": "Subdirectory of the repo where the dbt package is located",
"type": "string"
},
"private": {
"title": "Package identifier",
"description": "Must be in format `org_name/package_name`. Refer to docs.getdbt.com for installation instructions",
"type": "string",
"examples": [
"dbt-labs/private_dbt_utils"
],
"pattern": "^[\\w\\-\\.]+/[\\w\\-\\.]+$"
}
"revision": {
"title": "Revision",
"description": "Pin your package to a specific release by specifying a release name",
"type": "string"
},
"subdirectory": {
"title": "Repo subdirectory",
"description": "Subdirectory of the repo where the dbt package is located",
"type": "string"
},
"private": {
"title": "Package identifier",
"description": "Must be in format `org_name/package_name`. Refer to docs.getdbt.com for installation instructions",
"type": "string",
"examples": ["dbt-labs/private_dbt_utils"],
"pattern": "^[\\w\\-\\.]+/[\\w\\-\\.]+$"
}
},
"additionalProperties": false
},
Expand Down

0 comments on commit d57466e

Please sign in to comment.