-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
082489e
commit e3ff9cd
Showing
3 changed files
with
166 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1306,6 +1306,15 @@ | |
"TextOnly": 3, | ||
"[email protected]": "Only text is represented, code/ID is hidden (e.g. for UUIDs)" | ||
}, | ||
"DateTimePattern": { | ||
"$Kind": "Term", | ||
"$Nullable": true, | ||
"$AppliesTo": ["Property", "Parameter"], | ||
"@Common.Experimental": true, | ||
"@Core.Description": "The point in time represented by the annotated property or parameter shall be shown on the UI in the given pattern", | ||
"@Core.LongDescription": "Date/time patterns are defined in https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table\n If this annotation is absent or null or an empty string, points in time are shown in a default pattern.", | ||
"@Core.RequiresType": "Edm.DateTimeOffset" | ||
}, | ||
"Note": { | ||
"$Kind": "Term", | ||
"$Type": "UI.NoteType", | ||
|
Oops, something went wrong.