Skip to content

Commit b91c6ad

Browse files
committed
Temporary local definition of 'relationshipRef'.
1 parent 948469a commit b91c6ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

testdata/base.definition.schema.v1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,24 @@
185185
},
186186
"oneOf": {
187187
"$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+
]
188206
}
189207
},
190208
"additionalProperties": false

0 commit comments

Comments
 (0)