add mappings for sponsorblock segments

This commit is contained in:
simon 2022-04-15 15:16:31 +07:00
parent f71644c8bc
commit d4b1d97f5c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 25 additions and 0 deletions

View File

@ -245,6 +245,31 @@
},
"is_enabled": {
"type": "boolean"
},
"segments" : {
"properties" : {
"UUID" : {
"type": "keyword"
},
"actionType" : {
"type": "keyword"
},
"category" : {
"type": "keyword"
},
"locked" : {
"type" : "short"
},
"segment" : {
"type" : "float"
},
"videoDuration" : {
"type" : "float"
},
"votes" : {
"type" : "long"
}
}
}
}
}