Skip to content

Commit

Permalink
Whitespace :S
Browse files Browse the repository at this point in the history
  • Loading branch information
Z committed May 6, 2015
1 parent 83243cd commit a693c93
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions namespaces/resource-namespace.md
Expand Up @@ -6,23 +6,23 @@ This document extends [Refract][] [MSON Namespace][] to define REST Resource dat

<!-- TOC depth:3 withLinks:1 updateOnSave:0 -->
- [Resource Namespace](#resource-namespace)
- [Content](#content)
- [About this Document](#about-this-document)
- [Supporting Data Types](#supporting-data-types)
- [Href (string)](#href-string)
- [Templated Href (string)](#templated-href-string)
- [Href Variables (Object Type)](#href-variables-object-type)
- [Data Structure (MSON Element)](#data-structure-mson-element)
- [Asset (Element)](#asset-element)
- [Resource Elements](#resource-elements)
- [Resource (Element)](#resource-element)
- [Transition (Element)](#transition-element)
- [Protocol-specific Elements](#protocol-specific-elements)
- [HTTP Transaction (Element)](#http-transaction-element)
- [HTTP Headers (Array Type)](#http-headers-array-type)
- [HTTP Message Payload (Element)](#http-message-payload-element)
- [HTTP Request Message (HTTP Message Payload)](#http-request-message-http-message-payload)
- [HTTP Response Message (HTTP Message Payload)](#http-response-message-http-message-payload)
- [Content](#content)
- [About this Document](#about-this-document)
- [Supporting Data Types](#supporting-data-types)
- [Href (string)](#href-string)
- [Templated Href (string)](#templated-href-string)
- [Href Variables (Object Type)](#href-variables-object-type)
- [Data Structure (MSON Element)](#data-structure-mson-element)
- [Asset (Element)](#asset-element)
- [Resource Elements](#resource-elements)
- [Resource (Element)](#resource-element)
- [Transition (Element)](#transition-element)
- [Protocol-specific Elements](#protocol-specific-elements)
- [HTTP Transaction (Element)](#http-transaction-element)
- [HTTP Headers (Array Type)](#http-headers-array-type)
- [HTTP Message Payload (Element)](#http-message-payload-element)
- [HTTP Request Message (HTTP Message Payload)](#http-request-message-http-message-payload)
- [HTTP Response Message (HTTP Message Payload)](#http-response-message-http-message-payload)

<!-- /TOC -->

Expand Down Expand Up @@ -159,9 +159,9 @@ Note: At the moment only the HTTP protocol is supported.

Definition of any input URI path segments or URI query parameters for this transition.

If `href` and `parameters` attributes aren't set, the parent `resource`
element `hrefVariables` SHOULD be used to resolve the transition input
parameters.
If `href` and `parameters` attributes aren't set, the parent `resource`
element `hrefVariables` SHOULD be used to resolve the transition input
parameters.

- `attributes` (Data Structure) - Input attributes.

Expand Down

0 comments on commit a693c93

Please sign in to comment.