Skip to content

Commit

Permalink
Add com.optimizely.optimizelyx/summary/jsonschema/1-0-0 (close #545)
Browse files Browse the repository at this point in the history
  • Loading branch information
miike authored and alexanderdean committed Apr 12, 2017
1 parent 465e503 commit 5579760
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions schemas/com.optimizely.optimizelyx/summary/jsonschema/1-0-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for an Optimizely X summary context",
"self": {
"vendor": "com.optimizely.optimizelyx",
"name": "summary",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"experimentId": {
"type": ["integer", "null"],
"minimum": 0,
"maximum": 9223372036854775807
},
"variationName": {
"type": ["string", "null"],
"maxLength": 255
},
"variation": {
"type": ["integer", "null"],
"minimum": 0,
"maximum": 9223372036854775807
},
"visitorId": {
"type": ["string", "null"],
"maxLength": 100
}
},
"additionalProperties": true
}

0 comments on commit 5579760

Please sign in to comment.