Skip to content

Instantly share code, notes, and snippets.

@yannnis
Created April 5, 2016 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannnis/5fba73586bdd554429b7529000690b86 to your computer and use it in GitHub Desktop.
Save yannnis/5fba73586bdd554429b7529000690b86 to your computer and use it in GitHub Desktop.
{"$schema":"http://json-schema.org/draft-04/schema#","id":"http://jsonschema.net","type":"object","properties":{"UserId":{"id":"http://jsonschema.net/UserId","type":"string"},"Value":{"id":"http://jsonschema.net/Value","type":"null"},"ContactId":{"id":"http://jsonschema.net/ContactId","type":"string"},"CampaignId":{"id":"http://jsonschema.net/CampaignId","type":"string"},"EventName":{"id":"http://jsonschema.net/EventName","type":"string"},"LocationId":{"id":"http://jsonschema.net/LocationId","type":"integer"},"IpAddress":{"id":"http://jsonschema.net/IpAddress","type":"null"},"DeviceId":{"id":"http://jsonschema.net/DeviceId","type":"integer"},"UserAgent":{"id":"http://jsonschema.net/UserAgent","type":"null"},"Timestamp":{"id":"http://jsonschema.net/Timestamp","type":"string"},"ContactEmail":{"id":"http://jsonschema.net/ContactEmail","type":"string"},"Properties":{"id":"http://jsonschema.net/Properties","type":"array","items":{"id":"http://jsonschema.net/Properties/0","type":"object","properties":{"Name":{"id":"http://jsonschema.net/Properties/0/Name","type":"null"},"Value":{"id":"http://jsonschema.net/Properties/0/Value","type":"null"}}}}},"required":["UserId","Value","ContactId","CampaignId","EventName","LocationId","IpAddress","DeviceId","UserAgent","Timestamp","ContactEmail","Properties"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment