Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open TSC Meeting - January 30th, 2020 #2118

Closed
darrelmiller opened this issue Jan 23, 2020 · 1 comment
Closed

Open TSC Meeting - January 30th, 2020 #2118

darrelmiller opened this issue Jan 23, 2020 · 1 comment

Comments

@darrelmiller
Copy link
Member

darrelmiller commented Jan 23, 2020

NOTE: This meeting is on Thursday at 9am - 10am PT
Zoom Meeting link: https://zoom.us/j/975841675

In order to give some more visibility into the topics we cover in the TSC meetings here is the planned agenda for the next meeting. Hopefully this will allow people to plan to attend meetings for topics that they have an interest in. And for folks who cannot attend they can comment on this issue prior to the meeting. Feel free to suggest other potential agenda topics.

*Please submit comments below for topics or proposals that you wish to present in the TSC meeting

Topic Owner Decision/NextStep
Continue discussion on ReferenceObject outside schemas - #2104 (comment) @MikeRalphson Henry to do final review and cc TSC for merge
Extend current PR for making paths optional to create a collection of Path Item Objects in components. #1781 [Ron/Mike] Mike to finish off and cc TSC for merge
Extend issue triage permissions to contributors @lornajane Ron is happy... TSC passed
GitHub action for new issues Ron to DO IT

/cc @OAI/tdc Please suggest items for inclusion

@darrelmiller
Copy link
Member Author

darrelmiller commented Jan 30, 2020

Example from meeting:

openapi: 3.1.0
info: 
  title: Demo schemas as references that are not reference objects
  version: 1.0.0
paths:
  '/':
    get:
      parameters:
        - $ref: "#/components/parameters/size" 
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                $ref: 'urn://mydomainthatdoesnoteresolve.com/schemas/mything'
                description: This is my thing
components:
  schemas:
    thing:
      $id: "urn://mydomainthatdoesnoteresolve.com/schemas/mything"
      type: string
      description: It is a thing
  parameters:
    size:
      name: size
      in: query
      schema:
         type: number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants