readOnly property is not marked in HTML
Open
Nobody has claimed this yet.
Type: Enhancement
- Dominant language
- TypeScript
- Stars
- 25.9k
- Forks
- 2.4k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 4
Description
Properties marked as readOnly are not visually marked as readOnly in HTML see:

example
packets:
type: integer
minimum: 0
readOnly: true
(also they are not present at all in the request, already reported here https://github.com/Redocly/redoc/issues/948)
tested on 2.0.rc14
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the provided packets schema and inspect how readOnly properties are rendered in the HTML documentation. Compare the rendered property with the request behavior tracked in issue 948; the work is done when readOnly properties are visibly marked in the HTML.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100