Skip to content

Commit e355808

Browse files
committed
chore: updates test validation information
Signed-off-by: Vincent Biret <[email protected]>
1 parent 03659f7 commit e355808

5 files changed

+107
-50
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"description": "Reference Description",
3+
"default": "reference default",
4+
"title": "Reference Title",
5+
"deprecated": true,
6+
"readOnly": true,
7+
"examples": [
8+
"reference example"
9+
],
10+
"$ref": "#/components/schemas/Pet"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"description":"Reference Description","default":"reference default","title":"Reference Title","deprecated":true,"readOnly":true,"examples":["reference example"],"$ref":"#/components/schemas/Pet"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "#/components/schemas/Pet"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$ref":"#/components/schemas/Pet"}

0 commit comments

Comments
 (0)