mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
31 lines
525 B
JSON
31 lines
525 B
JSON
{
|
|
"graph-workspace": {
|
|
"properties": {
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"kibanaSavedObjectMeta": {
|
|
"properties": {
|
|
"searchSourceJSON": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
},
|
|
"numLinks": {
|
|
"type": "integer"
|
|
},
|
|
"numVertices": {
|
|
"type": "integer"
|
|
},
|
|
"title": {
|
|
"type": "text"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
},
|
|
"wsState": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|
|
}
|