Skip to content

Commit 226eb27

Browse files
committed
Lint example file
1 parent e1c1ed4 commit 226eb27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/indices/put_template/indicesPutTemplateRequestExample1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ summary: Create or update an index template.
44
# type: request
55
value:
66
index_patterns:
7-
- "te*"
8-
- "bar*"
7+
- 'te*'
8+
- 'bar*'
99
settings:
1010
number_of_shards: 1
1111
mappings:
12-
_source:
12+
_source:
1313
enabled: false
1414
properties:
1515
host_name:
1616
type: keyword
17-
created_at:
17+
created_at:
1818
type: date
19-
format: "EEE MMM dd HH:mm:ss Z yyyy"
19+
format: 'EEE MMM dd HH:mm:ss Z yyyy'

0 commit comments

Comments
 (0)