Skip to content

Commit 44a2de6

Browse files
committed
Add JSON schema for postSchema variable in Postman collection
1 parent e9351c8 commit 44a2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postman/JSONPlaceholder API Contract Tests.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"variable": [
134134
{
135135
"key": "postSchema",
136-
"value": ""
136+
"value": "{\n \"type\": \"object\",\n \"required\": [\"userId\", \"id\", \"title\", \"body\"],\n \"properties\": {\n \"userId\": { \"type\": \"number\" },\n \"id\": { \"type\": \"number\" },\n \"title\": { \"type\": \"string\" },\n \"body\": { \"type\": \"string\" }\n },\n \"additionalProperties\": false\n}"
137137
}
138138
]
139139
}

0 commit comments

Comments
 (0)