Skip to content

Instantly share code, notes, and snippets.

@kylog
Created August 8, 2013 17:13
Show Gist options
  • Save kylog/6186612 to your computer and use it in GitHub Desktop.
Save kylog/6186612 to your computer and use it in GitHub Desktop.
Trivial catalog, about to hit the wire
{
"document_type": "Catalog",
"data": {
"tags": [
"settings"
],
"name": "kylo.local",
"version": 1375980974,
"environment": "production",
"resources": [
{
"type": "Stage",
"title": "main",
"tags": [
"stage"
],
"exported": false,
"parameters": {
"name": "main"
}
},
{
"type": "Class",
"title": "Settings",
"tags": [
"class",
"settings"
],
"exported": false
},
{
"type": "Class",
"title": "main",
"tags": [
"class"
],
"exported": false,
"parameters": {
"name": "main"
}
}
],
"edges": [
{
"source": "Stage[main]",
"target": "Class[Settings]"
},
{
"source": "Stage[main]",
"target": "Class[main]"
}
],
"classes": [
"settings"
]
},
"metadata": {
"api_version": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment