Skip to content

Instantly share code, notes, and snippets.

@gfx
Created June 22, 2014 03:12
Show Gist options
  • Save gfx/e690eafceb76e67e9872 to your computer and use it in GitHub Desktop.
Save gfx/e690eafceb76e67e9872 to your computer and use it in GitHub Desktop.
$schema: http://json-schema.org/draft-04/hyper-schema
title: The great new API
description: blah blah blah
properties:
app:
title: The application resource
type: object
properties:
id:
format: uuid
example: 550e8400-e29b-41d4-a716-446655440000
readonly: true
type: string
links:
-
title: GET /apps
description: List of apps
method: GET
href: /apps
rel: instances
links:
-
href: http://localhost/
rel: self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment