66 lines
2.6 KiB
JSON

{
"data_store_specifications": {
"json": {
"beer_and_food": {
"description": "Great German Beers and their food pairings",
"identifier": "beer_and_food",
"location": "playground/matplus",
"name": "Beer and Food",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"beers": {
"additionalProperties": {
"properties": {
"description": {
"type": "string"
},
"pairings": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"description",
"pairings"
],
"type": "object"
},
"type": "object"
},
"foods": {
"additionalProperties": {
"properties": {
"beer_pairings": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
}
},
"required": [
"description",
"beer_pairings"
],
"type": "object"
},
"type": "object"
}
},
"required": [
"beers",
"foods"
],
"type": "object"
}
}
}
},
"description": "MatPlus Training Session",
"display_name": "MatPLUS"
}