Skip to content

Commit

Permalink
remove unused properties from decorated rest schemas (github#29881)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Aug 12, 2022
1 parent 947d8a4 commit b552180
Show file tree
Hide file tree
Showing 9 changed files with 6,505 additions and 32,971 deletions.
2 changes: 1 addition & 1 deletion components/rest/ChildBodyParametersRows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ChildParamsGroup } from './types'

type Props = {
slug: string
childParamsGroups: ChildParamsGroup[]
childParamsGroups?: ChildParamsGroup[]
}

export function ChildBodyParametersRows({ slug, childParamsGroups }: Props) {
Expand Down
6,842 changes: 1,110 additions & 5,732 deletions lib/rest/static/decorated/api.github.com.json

Large diffs are not rendered by default.

5,239 changes: 881 additions & 4,358 deletions lib/rest/static/decorated/ghes-3.2.json

Large diffs are not rendered by default.

5,294 changes: 892 additions & 4,402 deletions lib/rest/static/decorated/ghes-3.3.json

Large diffs are not rendered by default.

Loading

0 comments on commit b552180

Please sign in to comment.