From e204c435fa6250a91bc9ef722738f990634f52e2 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 11 Aug 2019 11:14:59 +0200 Subject: [PATCH] rename header to schema --- doc/internal/adapter.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/internal/adapter.rst b/doc/internal/adapter.rst index 28c1908b..4d9f0683 100644 --- a/doc/internal/adapter.rst +++ b/doc/internal/adapter.rst @@ -97,8 +97,8 @@ If you build an adapter it is recommend to build a test case which extends the ``Fusio\Engine\Test\AdapterTestCase`` Test-Case. This test case checks whether the `definition.json` is valid and contains only plausible values. -Definition Schema ------------------ +Schema +------ Please take a look at the `JsonSchema`_ to see all options and to validate an existing definition.json file.