Today I Learned

tags


2024/11/13

That OpenAPI 3.x.x definitions can also specify XML encodings: see https://spec.openapis.org/oas/v3.0.0#xml-object


2025/10/03

That JSON schema can specify sets using an array type with "uniqueItems": true: https://tour.json-schema.org/content/04-Arrays/02-Unique-Items