microsoftgraph / microsoftgraph/msgraph-metadata

openapi yaml has errors

Open
#999 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ToTriage
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

353244 - -name: on -> -name: "on"

    description: The unique identifier of accessReviewInstance
    required: true
    schema:
      type: string
    x-ms-docs-key-type: accessReviewInstance
  - name: on
    in: path
    description: 'Usage: on=''{on}'''
    required: true
    schema:
      $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions'
x-ms-docs-grouped-path:

All 29 instances of name: on need to b e name: "on". The issue - YAML interprets on as boolean true, so it needed to be quoted.

353244: - name: "on"
354339: - name: "on"
354525: - name: "on"
354653: - name: "on"
354792: - name: "on"
356162: - name: "on"
356275: - name: "on"
356872: - name: "on"
362121: - name: "on"
363467: - name: "on"
364090: - name: "on"
407607: - name: "on"
408130: - name: "on"
408736: - name: "on"
409259: - name: "on"
409733: - name: "on"
410290: - name: "on"
410764: - name: "on"
517616: - name: "on"
518245: - name: "on"
518796: - name: "on"
519721: - name: "on"
520299: - name: "on"
520799: - name: "on"
522277: - name: "on"
522896: - name: "on"
523441: - name: "on"
524345: - name: "on"
524913: - name: "on"
525407: - name: "on"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for the listed OpenAPI entries and each unquoted name: on occurrence. Update all 29 instances to the quoted form, then run the repository's available metadata or OpenAPI validation to confirm the YAML parses without errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
openapi
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.