We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249f59c commit 7a2535eCopy full SHA for 7a2535e
rest-api-spec/src/main/resources/rest-api-spec/test/index/111_false_allow_templates.yml
@@ -70,8 +70,8 @@
70
get:
71
index: test_1
72
id: 1
73
- - match:
74
- _source:
+ - match:
+ _source:
75
url: "https://example.com"
76
date_timestamp: "2024-06-25T05:11:51.243Z"
77
stringField: "bar"
@@ -88,4 +88,4 @@
88
- match: {test_1.mappings.properties.date_timestamp.type: date}
89
- match: {test_1.mappings.properties.stringField.type: keyword}
90
- match: {test_1.mappings.properties.objectField.properties.bar1.type: keyword}
91
- - match: {test_1.mappings.properties.objectField.properties.bar2.type: text}
+ - match: {test_1.mappings.properties.objectField.properties.bar2.type: text}
0 commit comments