{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/UserSummary.json", "title": "UserSummary", "allOf": [ { "$ref": "#/components/schemas/PartySummary" }, { "example": { "handle": "lpasteur", "id": "ent_a0SApq3z", "name": "Louis Pasteur" } } ] }