Skip to content

Instantly share code, notes, and snippets.

@Gitmoko
Last active April 1, 2017 03:42
Show Gist options
  • Save Gitmoko/7d008d99fb98915eb25d271bacbe0209 to your computer and use it in GitHub Desktop.
Save Gitmoko/7d008d99fb98915eb25d271bacbe0209 to your computer and use it in GitHub Desktop.
{
"title": "CNS",
"type": "array",
"items": {
"type": "object",
"properties":{
"StateNum" : {
"type":"number"
},
"SttateData":{
"type":"object",
"properties":{
"StateDef":{
"type":"object",
"properties":{
"comment":{
"type":"string"
},
"type" : {
"type":"array",
"items":{
"type":"string"
}
},
"substitution":{
"type":"array",
"items":{
"type":"object",
"properties":{
"left":{
"type" : "string"
},
"right":{
"type":"string"
}
}
}
}
}
},
"States":{
"type":"array",
"items":{
"type":"object",
"properties":{
"comment":{
"type":"string"
},
"tag":{
"type":"string"
},
"type" : {
"type":"array",
"items":{
"type":"string"
}
},
"triggers" : {
"type":"array",
"items":{
"type":"string"
}
},
"substitution":{
"type":"array",
"items":{
"type":"object",
"properties":{
"left":{
"type" : "string"
},
"right":{
"type":"string"
}
}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment