openapi-processor / openapi-processor/openapi-processor-base
autodect Map<String, String> from `additionalProperties`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Kotlin
- Stars
- 2
- Forks
- 4
- Avg merge
- 4d 55m
- Merged PRs (30d)
- 9
Description
extracted from on openapi-processor/openapi-processor-spring/issues/150
try to automatically detect a Map<String, String> from additionalProperties without an explicit mapping:
# ...
type: object
additionalProperties:
type: string
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 tracing how object schemas and additionalProperties are handled in the openapi-processor-base code. Use the YAML example in the issue as the starting input and inspect existing tests for schema-to-type mapping, if present. Done means the schema is detected as Map<String, String> without an explicit mapping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100