2024-02-20 21:49:13 +00:00
|
|
|
{
|
2024-02-21 18:20:57 +00:00
|
|
|
"data_store_specifications": {
|
|
|
|
"json": {
|
|
|
|
"german_philosophers": {
|
|
|
|
"description": "",
|
|
|
|
"identifier": "german_philosophers",
|
|
|
|
"location": "examples/2-in-depth/data-stores",
|
|
|
|
"name": "German Philosophers",
|
|
|
|
"schema": {}
|
|
|
|
}
|
2024-02-21 18:32:40 +00:00
|
|
|
},
|
|
|
|
"kkv": {
|
|
|
|
"movies": {
|
|
|
|
"description": "",
|
|
|
|
"identifier": "movies",
|
|
|
|
"location": "examples/2-in-depth/data-stores",
|
|
|
|
"name": "movies",
|
2024-02-21 18:49:26 +00:00
|
|
|
"schema": {
|
|
|
|
"description": "List of characters in the movie",
|
|
|
|
"items": {
|
|
|
|
"properties": {
|
|
|
|
"actor": {
|
|
|
|
"description": "Actor who portrays the character",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"description": "Brief description of the character",
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"description": "Name of the character",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"name",
|
|
|
|
"actor",
|
|
|
|
"description"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
},
|
|
|
|
"type": "array"
|
|
|
|
}
|
2024-02-21 18:32:40 +00:00
|
|
|
}
|
2024-02-21 18:20:57 +00:00
|
|
|
}
|
|
|
|
},
|
2024-02-20 21:49:13 +00:00
|
|
|
"description": "An example of how to use a Data Store to keep track of information.",
|
|
|
|
"display_name": "Data Stores"
|
|
|
|
}
|