"highlights_field_name": {
"type": "array",
"items": {
"type": "object",
"title": "highlights_title",
"properties": {
"path": {
"type": "string"
},
"score": {
"type": "number"
},
"texts": {
"type": "array",
"items": {
"type": "object",
"title": "piece_texts",
"properties": {
"value": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
No comments:
Post a Comment