{"description": "xeebo employment schema", "title": "Employments", "id": "http://api.xeebo.com/schema/xeebo-employment-schema-v1.0.0.json", "additionalProperties": false, "definitions": {"dataType": {"patternProperties": {"^[a-z]{1}$": {"$ref": "#/definitions/translationType"}}, "description": "Employment data structure", "title": "Employment Data"}, "translationType": {"type": "string", "description": "Translation label using iso-639-alpha-2 language locale as key", "title": "Translation"}, "versionType": {"pattern": "^[0-9]\\.[0-9]\\.[0-9]$", "type": "string", "description": "Schema version string", "title": "Schema Version"}}, "$schema": "http://json-schema.org/draft-04/schema", "type": "object", "properties": {"version": {"$ref": "#/definitions/versionType"}, "data": {"$ref": "#/definitions/dataType"}}}