Skip to content

Commit

Permalink
Update legacy-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 25, 2024
1 parent b64e5cd commit 3ae5789
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
"ignore_above": 1024,
"type": "keyword"
},
"detected_at": {
"type": "date"
},
"enumeration": {
"ignore_above": 1024,
"type": "keyword"
Expand All @@ -200,6 +203,9 @@
"ignore_above": 1024,
"type": "keyword"
},
"published_at": {
"type": "date"
},
"reference": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -253,9 +259,6 @@
}
}
},
"detected_at": {
"type": "date"
},
"manager": {
"properties": {
"name": {
Expand All @@ -264,9 +267,6 @@
}
}
},
"published_at": {
"type": "date"
},
"schema": {
"properties": {
"version": {
Expand Down

0 comments on commit 3ae5789

Please sign in to comment.