mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
110 lines
3.6 KiB
JSON
110 lines
3.6 KiB
JSON
{
|
|
"data_store_specifications": {
|
|
"json": {
|
|
"employees": {
|
|
"description": "",
|
|
"identifier": "employees",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Employees",
|
|
"schema": {}
|
|
},
|
|
"phones": {
|
|
"description": "This is a JSON datastore",
|
|
"identifier": "phones",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Phones",
|
|
"schema": {}
|
|
},
|
|
"vehicles": {
|
|
"description": "",
|
|
"identifier": "vehicles",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Vehicles",
|
|
"schema": {}
|
|
}
|
|
},
|
|
"kkv": {
|
|
"colors": {
|
|
"description": "",
|
|
"identifier": "colors",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Colors",
|
|
"schema": {}
|
|
},
|
|
"departments": {
|
|
"description": "",
|
|
"identifier": "departments",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Departments",
|
|
"schema": {}
|
|
},
|
|
"employees": {
|
|
"description": "",
|
|
"identifier": "employees",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Employees",
|
|
"schema": {}
|
|
},
|
|
"instruments": {
|
|
"description": "",
|
|
"identifier": "instruments",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Instruments",
|
|
"schema": {}
|
|
},
|
|
"numbers": {
|
|
"description": "",
|
|
"identifier": "numbers",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Numbers",
|
|
"schema": {}
|
|
},
|
|
"pets": {
|
|
"description": "",
|
|
"identifier": "pets",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Pets",
|
|
"schema": {}
|
|
},
|
|
"students": {
|
|
"description": "",
|
|
"identifier": "students",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Students",
|
|
"schema": {}
|
|
},
|
|
"vehicles": {
|
|
"description": "",
|
|
"identifier": "vehicles",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Vehicles",
|
|
"schema": {
|
|
"items": {
|
|
"properties": {
|
|
"label": {
|
|
"type": "string"
|
|
},
|
|
"value": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"required": [
|
|
"value"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"watches": {
|
|
"description": "",
|
|
"identifier": "watches",
|
|
"location": "misc/qa/data-store-tests",
|
|
"name": "Watches",
|
|
"schema": {}
|
|
}
|
|
}
|
|
},
|
|
"description": "Test models related to datastore testing",
|
|
"display_name": "Data Store Tests"
|
|
} |