Skip to content
Snippets Groups Projects
Commit a2ff2e81 authored by nagem's avatar nagem Committed by Megan Henning
Browse files

Add subject id

parent 4fe94c97
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {"type": "string"},
"firstname": { "type": "string", "maxLength": 64 },
"lastname": { "type": "string", "maxLength": 64 },
"firstname_hash": { "type": ["string", "null"] },
......
......@@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"_id": {"type": "string"},
"firstname": { "type": "string" },
"lastname": { "type": "string" },
"firstname_hash": { "type": "string" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment