26 lines
397 B
JSON
26 lines
397 B
JSON
{
|
|
"description": "expectedError-additionalProperties",
|
|
"schemaVersion": "1.0",
|
|
"createEntities": [
|
|
{
|
|
"client": {
|
|
"id": "client0"
|
|
}
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"description": "foo",
|
|
"operations": [
|
|
{
|
|
"name": "foo",
|
|
"object": "client0",
|
|
"expectError": {
|
|
"foo": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|