Skip to content

Instantly share code, notes, and snippets.

@alpavlove
Created December 12, 2014 14:01
Show Gist options
  • Save alpavlove/6e1dd2feba17cadd37ad to your computer and use it in GitHub Desktop.
Save alpavlove/6e1dd2feba17cadd37ad to your computer and use it in GitHub Desktop.
{"type":"object","$schema": "http://json-schema.org/draft-03/schema","id": "http://jsonschema.net","required":false,"properties":{ "Author": { "type":"object", "id": "http://jsonschema.net/Author", "required":false, "properties":{ "DisplayName": { "type":"string", "id": "http://jsonschema.net/Author/DisplayName", "required":false }, "Email": { "type":"string", "id": "http://jsonschema.net/Author/Email", "required":false }, "Id": { "type":"string", "id": "http://jsonschema.net/Author/Id", "required":false }, "Initials": { "type":"string", "id": "http://jsonschema.net/Author/Initials", "required":false } } }, "Id": { "type":"string", "id": "http://jsonschema.net/Id", "required":false }, "Name": { "type":"string", "id": "http://jsonschema.net/Name", "required":false }, "ProjectGroupId": { "type":"string", "id": "http://jsonschema.net/ProjectGroupId", "required":false }, "ProjectTypeId": { "type":"string", "id": "http://jsonschema.net/ProjectTypeId", "required":false } }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment