Skip to content

[software catalog] Update entity version documentation #30302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-09 16:50:36.830016",
"spec_repo_commit": "d0906173"
"regenerated": "2025-07-09 18:06:41.625080",
"spec_repo_commit": "c5b3557c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-09 16:50:46.124503",
"spec_repo_commit": "d0906173"
"regenerated": "2025-07-09 18:06:50.885571",
"spec_repo_commit": "c5b3557c"
}
}
}
6 changes: 3 additions & 3 deletions content/en/api/v2/software-catalog/examples.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13498,14 +13498,21 @@ components:
type: string
type: object
EntityV3APIVersion:
description: The schema version of entity type. The field is known as schema-version
in the previous version.
description: The version of the schema data that was used to populate this entity's
data. This could be via the API, Terraform, or YAML file in a repository.
The field is known as schema-version in the previous version.
enum:
- v3
- v2.2
- v2.1
- v2
example: v3
type: string
x-enum-varnames:
- V3
- V2_2
- V2_1
- V2
EntityV3DatadogCodeLocationItem:
additionalProperties: false
description: Code location item.
Expand Down
Loading
Loading