diff --git a/tests/fixtures/test-publication-schema.json b/tests/fixtures/test-publication-schema.json index 4ed5899266e..6e75544d127 100644 --- a/tests/fixtures/test-publication-schema.json +++ b/tests/fixtures/test-publication-schema.json @@ -7,7 +7,12 @@ "prevNextLinks": true, "detailTemplate": "detail", "listTemplate": "list", - "fields": { - "foo": "bar" - } + "fields": [ + { + "type": "string", + "name": "test", + "min": "0", + "max": "128" + } + ] } \ No newline at end of file