Skip to content

Commit 5c74537

Browse files
delvedoractions-user
authored andcommitted
Update model info
1 parent d4a05e5 commit 5c74537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_info": {
3-
"hash": "1bac181",
3+
"hash": "d4a05e5",
44
"license": {
55
"name": "Apache 2.0",
66
"url": "https://github.com/elastic/elasticsearch-specification/blob/master/LICENSE"
@@ -141090,7 +141090,7 @@
141090141090
"description": "The offset from the first result to fetch. Needs to be non-negative.",
141091141091
"name": "from",
141092141092
"required": false,
141093-
"serverDefault": "0",
141093+
"serverDefault": 0,
141094141094
"type": {
141095141095
"kind": "instance_of",
141096141096
"type": {
@@ -141103,7 +141103,7 @@
141103141103
"description": "The number of hits to return. Needs to be non-negative.",
141104141104
"name": "size",
141105141105
"required": false,
141106-
"serverDefault": "10",
141106+
"serverDefault": 10,
141107141107
"type": {
141108141108
"kind": "instance_of",
141109141109
"type": {

0 commit comments

Comments
 (0)