summaryrefslogtreecommitdiff
path: root/tests/schemas/person.json
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-18 18:44:06 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-18 19:27:25 +0200
commit90b889ac1fb473ae8472e756eac5f5879279bf3e (patch)
tree61562f91b70689bb42423ca1c24f384cc9384c4a /tests/schemas/person.json
parenta8535d5d9e7896ebc4d5ca6276f27bc8279d975a (diff)
downloadwarlock-90b889ac1fb473ae8472e756eac5f5879279bf3e.tar.gz
Move unittests to tests/ dir
Diffstat (limited to 'tests/schemas/person.json')
-rw-r--r--tests/schemas/person.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/schemas/person.json b/tests/schemas/person.json
new file mode 100644
index 0000000..e517a53
--- /dev/null
+++ b/tests/schemas/person.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema",
+ "name": "Person",
+ "type" : "object",
+ "properties": {
+ "title": { "type": "string" },
+ "firstname": { "type": "string" },
+ "lastname": { "type": "string" }
+ }
+} \ No newline at end of file