Skip to content
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

model: Fix several properties to use ObjectProperty instead of DataProperty #654

Merged
merged 1 commit into from
Mar 2, 2024
Merged
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
2 changes: 1 addition & 1 deletion model/Core/Properties/supportLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ supportLevel provides an indication of what support expectations that the suppli
## Metadata

- name: supportLevel
- Nature: DataProperty
- Nature: ObjectProperty
- Range: SupportType
2 changes: 1 addition & 1 deletion model/Dataset/Properties/datasetAvailability.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Some datasets are publicly available and can be downloaded directly. Others are
## Metadata

- name: datasetAvailability
- Nature: DataProperty
- Nature: ObjectProperty
- Range: DatasetAvailabilityType
2 changes: 1 addition & 1 deletion model/Dataset/Properties/datasetType.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Type describes the datatype contained in the dataset. For example a dataset can
## Metadata

- name: datasetType
- Nature: DataProperty
- Nature: ObjectProperty
- Range: DatasetType
2 changes: 1 addition & 1 deletion model/Security/Properties/severity.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ The severity field provides a human readable string of the resulting numerical C
## Metadata

- name: severity
- Nature: DataProperty
- Nature: ObjectProperty
- Range: CvssSeverityType