Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 OpenAPI 中为请求或响应对象编写模式时,我想指定期望的链接关系(强制或可选)。但是,使用 HATEOAS 链接存储在 中的列表中RepresentationModel,我不想实现自己的逻辑来处理链接。
RepresentationModel
目前,链接包含在示例部分中,但是当然很难使所有内容保持同步,并且不会阻止创建带有错误链接的对象。有没有更好的方法来表达对象的预期链接?