This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-*- mode: compilation; default-directory: "/Users/Shared/github/api-blueprint/examples/" -*- | |
Compilation started at Fri Jan 9 17:53:51 | |
snowcrash -u 10.\ Data\ Structures.md | |
_version: 2.1 | |
metadata: | |
- name: "FORMAT" | |
value: "1A" | |
name: "Data Structures API" | |
description: "Following [Advanced Attributes](09.%20Advanced%20Attributes.md), this example demonstrates defining arbitrary data structure to be reused by various attribute descriptions. \n\nSince a portion of the `Coupon` data structure is shared between the `Coupon` definition itself and the `Create a Coupon` action, it was separated into a `Coupon Base` data structure in the `Data Strucutes` API Blueprint Section. Doing so enables us to reuse it as a base-type of other attribute definitions.\n\n## API Blueprint\n\n+ [Previous: Advanced Attributes](09.%20Advanced%20Attributes.md)\n\n+ [This: Raw API Blueprint](https://raw.github.com/apiaryio/api-blueprint/master/examples/10.%20Data%20Structures.md)\n\n+ [Next: Resource Model](11.%20Resource%20Model.md)\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FORMAT: 1A | |
# Visitor Prioritization API V1 | |
The Visitor Prioritization API enables you to manage your Visitor Prioritization policy. | |
# Group Policy Commands | |
<a name="policy-cmd"></a> | |
[Click here](#properties) for the list of Policy properties. |
OlderNewer