You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Parse Result.md
+11-40Lines changed: 11 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ This document describes API Blueprint Serialized Parse Result Media Types – th
5
5
6
6
## Version
7
7
8
-
+**Version**: 2.0
8
+
+**Version**: 2.1
9
9
+**Created**: 2014-06-09
10
-
+**Updated**: 2014-10-07
11
-
+**AST Serialization Media Types**: 2.1
10
+
+**Updated**: 2014-11-27
11
+
+**AST Serialization Media Types**: 3.0
12
12
13
13
---
14
14
@@ -17,7 +17,6 @@ This document describes API Blueprint Serialized Parse Result Media Types – th
17
17
+[Parse Result Description](#parse-result-description)
18
18
+[Media Types](#media-types)
19
19
+[JSON serialization](#json-serialization)
20
-
+[YAML serialization](#yaml-serialization)
21
20
+[Keys description](#keys-description)
22
21
23
22
---
@@ -34,10 +33,10 @@ Following is the description of Parse Result media types using the [MSON](https:
34
33
-`warnings` (array[[Warning](#warning)]) - Ordered array of warnings occurred during the parsing, if any
35
34
36
35
### AST
37
-
This object is the [Blueprint](README.md#blueprint-object) object as defined in the [AST Blueprint serialization Media Type v2.1](https://github.com/apiaryio/api-blueprint-ast).
36
+
This object is the [Blueprint](README.md#blueprint-object) object as defined in the [AST Blueprint serialization Media Type](https://github.com/apiaryio/api-blueprint-ast).
38
37
39
38
### Source Map
40
-
This object is the [Blueprint Source Map](README.md#blueprint-source-map) object as defined in [AST Blueprint serialization Media Type v2.1](https://github.com/apiaryio/api-blueprint-ast).
39
+
This object is the [Blueprint Source Map](README.md#blueprint-source-map) object as defined in [AST Blueprint serialization Media Type](https://github.com/apiaryio/api-blueprint-ast).
41
40
42
41
### Error
43
42
@@ -55,7 +54,7 @@ Description of a warning from the parser.
0 commit comments