Skip to content

Instantly share code, notes, and snippets.

@jensklose
jensklose / hal.raml
Last active May 29, 2017 18:49
RAML 1.0 HAL type
#%RAML 1.0 Library
types:
# https://tools.ietf.org/html/draft-kelly-json-hal
LinkObject:
displayName: HAL Link Object
type: object
description: An object with link information
properties:
href: string