Skip to content

Instantly share code, notes, and snippets.

@MrMaksimize
Created July 18, 2011 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrMaksimize/1089616 to your computer and use it in GitHub Desktop.
Save MrMaksimize/1089616 to your computer and use it in GitHub Desktop.
rough idea of return definition
'return' => array(
'type' => 'array',
'schema' => array(
'gid' => array(
'gid' => 'int',
'title' => 'string',
'descripion' => 'string',
'logo' => 'string',
'readioactivity' => 'int',
'uri' => 'string'
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment