Skip to content

Commit f119988

Browse files
author
Matt Mason
committed
remove template platform from function.json schema
1 parent fb66d16 commit f119988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemas/json/function.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,8 @@
410410
},
411411
"platform": {
412412
"type": "string",
413-
"description": "The notification platform to target.",
413+
"description": "The notification platform to target. Sends template notification if platform is omitted.",
414414
"enum": [
415-
"template",
416415
"apns",
417416
"adm",
418417
"gcm",

0 commit comments

Comments
 (0)