- 
                Notifications
    You must be signed in to change notification settings 
- Fork 270
Closed
Description
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: /v1And I get errors like $ref is not a valid property at #/paths//float
I checked the specification and it should be permitted.
Thanks
shadow-cs and Thorium
Metadata
Metadata
Assignees
Labels
type:bugA broken experienceA broken experience