Sha256: 5c7a152fe910d07c1a4f7df68bb6937e43343aeea44f4506af8cbaef685c4ee7
Contents?: true
Size: 560 Bytes
Versions: 6
Compression:
Stored size: 560 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "notification", "description": "Notification resource to communicate events", "required": [ "type" ], "properties": { "customer_id": { "$ref": "./base_types/base_types.json#definitions/account_id" }, "type": { "description": "Notification type", "type": "string", "enum": [ "postident" ] } }, "links": [ { "rel": "push", "href": "notification/push", "method": "POST" } ] }
Version data entries
6 entries across 6 versions & 1 rubygems