Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / spec / notification_body.json
Size: Mime:
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "http://collmot.com/schemas/flockwave/1.0/notification_body.json",
  "oneOf": [
    {
      "$ref": "notification_ASYNC-RESP.json#"
    },
    {
      "$ref": "notification_ASYNC-ST.json#"
    },
    {
      "$ref": "notification_ASYNC-TIMEOUT.json#"
    },
    {
      "$ref": "notification_CONN-DEL.json#"
    },
    {
      "$ref": "notification_OBJ-DEL.json#"
    },
    {
      "$ref": "notification_SYS-CLOSE.json#"
    },
    {
      "$ref": "notification_SYS-MSG.json#"
    }
  ]
}