Skip to content

Commit 0aefd82

Browse files
committed
fix: openapi commit examples
1 parent db68503 commit 0aefd82

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

public/docs/openapi-sans-schemas.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@
20652065
{
20662066
"@type": "DataVersion",
20672067
"payload": {
2068-
"$ref": "#/components/examples/Element"
2068+
"$ref": "#/components/examples/Element/value"
20692069
}
20702070
}
20712071
]
@@ -2078,7 +2078,7 @@
20782078
{
20792079
"@type": "DataVersion",
20802080
"payload": {
2081-
"$ref": "#/components/examples/Relationship"
2081+
"$ref": "#/components/examples/Relationship/value"
20822082
}
20832083
}
20842084
]
@@ -2091,7 +2091,7 @@
20912091
{
20922092
"@type": "DataVersion",
20932093
"payload": {
2094-
"$ref": "#/components/examples/ProjectUsageRequest"
2094+
"$ref": "#/components/examples/ProjectUsageRequest/value"
20952095
}
20962096
}
20972097
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": {
33
"@vocab": "http://omg.org/ns/sysml/v2/api#",
4-
"data": {"@type": "@id"},
5-
"identity": {"@type": "@id"}
4+
"identity": {"@type": "@id"},
5+
"payload": {"@type": "@id"}
66
}
77
}

0 commit comments

Comments
 (0)