Sha256: 8029c4b33e293b8fd647e53b561c1ce87ea9c92770e514b52e22912b10eadcf0

Contents?: true

Size: 566 Bytes

Versions: 8

Compression:

Stored size: 566 Bytes

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "push_notification_token_preferences",
  "description" : "Preferences of user for push notification delivery",
  "properties"  : {
    "vibrations" : {
      "description" : "Vibrate on received",
      "type"        : "boolean"
    },
    "badges" : {
      "description" : "Highligh the icon with badge",
      "type"        : "boolean"
    },
    "sounds" : {
      "description" : "Play sound when received",
      "type"        : "boolean"
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fidor_schema-0.10.16 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.15 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.14 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.12 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.11 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.10 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.9 schema/v1.0/push_notification_token/preferences.json
fidor_schema-0.10.8 schema/v1.0/push_notification_token/preferences.json