Wave 6: Integration tests, golden tests, index invariant tests, diff command (bd-rex, bd-2gp, bd-1ck)
This commit is contained in:
31
tests/fixtures/golden/schemas_show.json
vendored
Normal file
31
tests/fixtures/golden/schemas_show.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"data": {
|
||||
"name": "Pet",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tag": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"command": "schemas",
|
||||
"duration_ms": 0,
|
||||
"schema_version": 1,
|
||||
"tool_version": "MASKED"
|
||||
},
|
||||
"ok": true
|
||||
}
|
||||
Reference in New Issue
Block a user