Skip to content

$ref is not a valid property path item #288

@talamram

Description

@talamram

Hi,
I tried 1.1.0-preview.3 reader version with this sample:

components:
  securitySchemes:
    Token:
      description: This API uses OAuth 2 
      flows:
        implicit:
          authorizationUrl: https://.......
          scopes: []
          tokenUrl: https://.......
      type: oauth2
info:
  title: API
  version: 0.9.0
openapi: 3.0.0
paths:
  /float:
    $ref: paths/float.yaml#/collection
  /float/{id}:
    $ref: paths/float.yaml#/individual
  /float/{id}/tags:
    $ref: paths/tags.yaml#/network_collection
security:
- Token: []
servers:
- url: /v1

And I get errors like $ref is not a valid property at #/paths//float
I checked the specification and it should be permitted.

Thanks

Metadata

Metadata

Assignees

Labels

type:bugA broken experience

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions