summaryrefslogtreecommitdiff
path: root/tests/schemas/person.json
diff options
context:
space:
mode:
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