owntracks / json-schema

OwnTracks messages JSON schema for validation and maybe documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwnTracks JSON Schema

  • messages allows a single message or an array of messages of type message (used in iOS app on the HTTP receive end)
  • encryption is used to check the message if application level encryption is enabled
  • message has all OwnTracks messages

in ./test there is a Makefile to perform validations on a number of test cases using check-jsonschema

iOS implementation

iOS uses DSJSONSchemaValidation to validate all incoming messages integrated using Cocoapods.

Android implementation

Recorder implementation

About

OwnTracks messages JSON schema for validation and maybe documentation

License:MIT License


Languages

Language:Shell 86.3%Language:Makefile 13.7%