Sha256: abd194a0fb1c5d86f576af9139554b9f9877633f020f26e2d8ece1469b7d3c77

Contents?: true

Size: 561 Bytes

Versions: 3

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": "notifications/push",
      "method": "POST"
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fidor_schema-0.10.16 schema/v1.0/notification.json
fidor_schema-0.10.15 schema/v1.0/notification.json
fidor_schema-0.10.14 schema/v1.0/notification.json