Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
For implementing the request and response body of the resource requirements endpoint, we need to be able to document "additionalProperties" because these payloads have only top-level dynamic properties of the same type.
This affects both classic (HTML docs) and OpenAPI generators.
An example of what we want to be able to document is:
@JsonAnySetter @JsonAnyGetter @JsonSerialize(keyUsing = JobVertexIDKeySerializer.class) @JsonDeserialize(keyUsing = JobVertexIDKeyDeserializer.class) private final Map<JobVertexID, JobVertexResourceRequirements> jobVertexResourceRequirements;
Attachments
Issue Links
- links to