Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit cc139cc

Browse files
committed
Merge pull request #132 from apiaryio/kylef/release-1.3.0
Release 1.3.0-pre.0
2 parents 4126c0c + 696bc2f commit cc139cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drafter

Submodule drafter updated 108 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protagonist",
3-
"version": "1.2.6",
3+
"version": "1.3.0-pre.0",
44
"description": "API Blueprint Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"main": "./build/Release/protagonist",

test/fixtures/sample-api-refract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
]
194194
},
195195
"attributes": {
196-
"contentType": "application/json"
196+
"contentType": "application/schema+json"
197197
},
198198
"content": "{\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"number\"\n },\n \"message\": {\n \"type\": \"string\",\n \"description\": \"The Message\"\n }\n }\n}"
199199
}

0 commit comments

Comments
 (0)