Skip to content

Commit 3c354fb

Browse files
FARHAD SHAKERINanandanthony
authored andcommitted
Hotfix for adding timex property to TemporalSpanResolution object in October preview API (Azure#21360)
* adding timex property to TemporalSpan resolutions * adding timex to specification and dev folders * fixing a typo
1 parent d17ba4e commit 3c354fb

File tree

2 files changed

+8
-0
lines changed
  • dev/cognitiveservices/data-plane/Language
  • specification/cognitiveservices/data-plane/Language/preview/2022-10-01-preview

2 files changed

+8
-0
lines changed

dev/cognitiveservices/data-plane/Language/common.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,10 @@
14051405
},
14061406
"modifier": {
14071407
"$ref": "#/definitions/TemporalModifier"
1408+
},
1409+
"timex": {
1410+
"type": "string",
1411+
"description": "An optional triplet containing the beginning, the end, and the duration all stated as ISO 8601 formatted strings."
14081412
}
14091413
}
14101414
},

specification/cognitiveservices/data-plane/Language/preview/2022-10-01-preview/common.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,10 @@
14051405
},
14061406
"modifier": {
14071407
"$ref": "#/definitions/TemporalModifier"
1408+
},
1409+
"timex": {
1410+
"type": "string",
1411+
"description": "An optional triplet containing the beginning, the end, and the duration all stated as ISO 8601 formatted strings."
14081412
}
14091413
}
14101414
},

0 commit comments

Comments
 (0)