dmvk opened a new pull request, #22139:
URL: https://github.com/apache/flink/pull/22139

   https://issues.apache.org/jira/browse/FLINK-31383
   
   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.
   
   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;
   ```
   
   The PR doesn't affect any existing functionality and the new feature will be 
leveraged in a separate PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to