Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Nick O'Leary edited this page Aug 27, 2014 · 3 revisions

node-id

node-id ::= [0-9a-fA-F.]+

wire-entry

wire-entry ::= node-id 
             | "[" node-id ( "," node-id )* "]"

core-properties

core-properties 
         ::= "id" ":" node-id 
           | "type" ":" string 
           | "wires" ":" "[" wire-entry ( "," wire-entry )* "]" 
           | "x" ":" number 
           | "y" ":" number 
           | "z" ":" number

type-properties

type-properties ::= string ":" value

node

node ::= "{" core-properties ( "," core-properties )* ( "," type-properties )* "}"

flow

flow ::= "[" node ( "," node )* "]"

Notes

string, value, number are as defined by RFC7159: The Javascript Object Notation (JSON) Data Interchange Format.

Diagrams generated at http://bottlecaps.de/rr/ui

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.