We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1419380 commit b42000cCopy full SHA for b42000c
OpenSearch.openapi.json
@@ -26671,7 +26671,9 @@
26671
"description": "Specify the keep alive for point in time.",
26672
"schema": {
26673
"type": "string",
26674
- "description": "Specify the keep alive for point in time."
+ "pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
26675
+ "description": "Specify the keep alive for point in time.",
26676
+ "x-data-type": "time"
26677
}
26678
},
26679
{
@@ -30719,7 +30721,7 @@
30719
30721
"pit_id": {
30720
30722
"type": "string"
30723
- "_shard": {
30724
+ "_shards": {
30725
"$ref": "#/components/schemas/ShardStatistics"
30726
30727
"creation_time": {
0 commit comments