Skip to content

Instantly share code, notes, and snippets.

@dizz
Created July 14, 2011 17:39
Show Gist options
  • Save dizz/1082957 to your computer and use it in GitHub Desktop.
Save dizz/1082957 to your computer and use it in GitHub Desktop.
Sample OCCI JSON
[
{
"category": [
{
"term": "ie",
"scheme": "http://",
"class": "mixin",
"title": "null",
"rel": "null",
"location": "null",
"attributes": [
null
],
"actions": [
null
]
},
{
"term": "compute",
"scheme": "http://",
"class": "kind",
"title": "null",
"rel": "null",
"location": "null",
"attributes": [
null
],
"actions": [
null
]
},
{
"term": "large",
"scheme": "http://",
"class": "mixin",
"title": "null",
"rel": "null",
"location": "null",
"attributes": [
null
],
"actions": [
null
]
},
{
"term": "ubuntu",
"scheme": "http://",
"class": "mixin",
"title": "null",
"rel": "null",
"location": "null",
"attributes": [
null
],
"actions": [
null
]
}
],
"attributes": {
"my.attr": "val",
"my.other": 123
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment