We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948469a commit b91c6adCopy full SHA for b91c6ad
testdata/base.definition.schema.v1.json
@@ -185,6 +185,24 @@
185
},
186
"oneOf": {
187
"$ref": "#/definitions/schemaArray"
188
+ },
189
+ "relationshipRef": {
190
+ "description": "Temporary local definition",
191
+ "type": "object",
192
+ "properties": {
193
+ "typeName": {
194
+ "$ref": "#/properties/typeName"
195
196
+ "propertyPath": {
197
+ "type": "string",
198
+ "format": "json-pointer"
199
+ }
200
201
+ "additionalProperties": false,
202
+ "required": [
203
+ "typeName",
204
+ "propertyPath"
205
+ ]
206
}
207
208
"additionalProperties": false
0 commit comments