Forum Discussion
HKosova
7 years agoSmartBear Alumni (Retired)
A couple of notes in addition to what Ron said:
1)
$ref: "#components/schemas/object"
should be
$ref: "#/components/schemas/object"
with a / after #.
2)
schema: $ref: 'http://xxx.xxx.xxx.xxx/schemas/1.0/screen.request.json'
You probably know this, but just in case - the schema in screen.request.json is supposed to be an OpenAPI Schema object and not a JSON Schema. E.g. this schema should not have the $schema, $id and other JSON Schema properties not supported by OpenAPI.
Related Content
- 4 years ago
Recent Discussions
- 4 days ago
- 4 days ago
- 9 days ago