The parm in question is in the path.
When I expand all of the nodes the indication is
code: "OBJECT_MISSING_REQUIRED_PROPERTY" message: "Missing required property: $ref"
so...
1.) Does the editor validate against the actual URL when parsing the Swagger? (It would not be valid as the OpenAPI spec indicates the localhost for this endpoint which would not be on my machine.)
and
2.) I fully understand the $ref concept to ref another object within the OpenAPI spec doc - but what $ref can I provide in this situation?