Skip to content

Commit

Permalink
Undeprecate Common.SecondaryKey (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Handl <[email protected]>
  • Loading branch information
HeikoTheissen and ralfhandl authored Oct 7, 2024
1 parent 21450e2 commit daf2444
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 209 deletions.
6 changes: 2 additions & 4 deletions vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@
"$Collection": true,
"$Type": "Edm.PropertyPath",
"$AppliesTo": ["EntityType"],
"@Core.Revisions": [
{ "Kind": "Deprecated", "Description": "Use term `AlternateKeys` from the OASIS Core vocabulary instead" }
],
"@Core.Description": "The listed properties form a secondary key. Multiple secondary keys are possible using different qualifiers."
"@Core.Description": "The listed properties form a secondary key",
"@Core.LongDescription": "Multiple secondary keys are possible using different qualifiers.\n Unlike [`Core.AlternateKeys`](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#AlternateKeys),\n secondary keys need not support addressing an entity in a resource path."
},
"MinOccurs": {
"$Kind": "Term",
Expand Down
Loading

0 comments on commit daf2444

Please sign in to comment.