fidor_schema 0.10.8 → 0.10.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fidor_schema_version.rb +1 -1
- data/schema/v1.0/push_notification_token.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b16fe000728b4fbd73421fe38fe3e8c3cd95ac6c
|
4
|
+
data.tar.gz: db0e93f3e82518ed4393608d5685bf41442bb79d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 920665798b4ed31fae6f766a5679c5a09db777a40ccf82b46e322b8af1d23cef4ec16347ac68722065a2e7a6b0b2800ac9e0e04100555cba81f9cf3bfabe93ac
|
7
|
+
data.tar.gz: e5299391ca9182b76906e3b06c7d24824033f0367c5443e213d56191237a96b2b9d12adc0a8e44e9d5b78d94abd2e44d05391d0b880fe28d23f4ade96cabdfc2
|
data/lib/fidor_schema_version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"$schema" : "http://json-schema.org/draft-04/schema#",
|
3
3
|
"type" : "object",
|
4
|
-
"title" : "
|
4
|
+
"title" : "push_notification_token",
|
5
5
|
"description" : "Allows apps that can receive push notifications to manage their tokens.",
|
6
6
|
"required" : ["push_token", "os", "version_app", "udid", "application_key"],
|
7
7
|
"properties" : {
|