openapi-processor / openapi-processor/openapi-processor-base

autodect Map<String, String> from `additionalProperties`

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

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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.