Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
- "description": "Schema for a mycompany custom global context",
- "self": {
- "vendor": "com.mycompany.contexts",
- "name": "global",
- "format": "jsonschema",
- "version": "1-0-0"
- },
- "type": "object",
- "properties": {
- "user_lang_local": {
- "type": "string",
- },
- "user_lang_target": {
- "type": "string",
- },
- "user_premium_type": {
- "type": "string",
- },
- "user_langlevel": {
- "type": "integer",
- },
- "user_xp_level": {
- "type": "integer",
- },
- "abtest": {
- "type": "string",
- },
- },
- "required": ["user_premium_type", "user_lang_target","user_lang_local","user_xp_level"],
- "additionalProperties": false
- }
Advertisement
Add Comment
Please, Sign In to add comment