Create a json schema for APTLY formula

Change-Id: I981882c44d1312fee16907f51938ab43192f926f
Related-Bug: PROD-20621 (PROD:20621)
Closes-Bug: PROD-23106 (PROD:23106)
diff --git a/.kitchen.yml b/.kitchen.yml
index 7a9fe1a..70fb513 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -36,8 +36,13 @@
 
 suites:
 
-  - name: default
+  - name: server
     provisioner:
       pillars-from-files:
-        aptly.sls: tests/pillar/default.sls
+        aptly.sls: tests/pillar/server.sls
+
+  - name: publisher
+    provisioner:
+      pillars-from-files:
+        aptly.sls: tests/pillar/publisher.sls
 # vim: ft=yaml sw=2 ts=2 sts=2 tw=125