Sha256: 0404db4a975ab5630d56bf2dd76e4b85464cee8a35c007eb189c72fc862a4773
Contents?: true
Size: 561 Bytes
Versions: 5
Compression:
Stored size: 561 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
5 entries across 5 versions & 1 rubygems