{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SimpleExpenseReport", "type": "object", "properties": { "id": { "type": "integer", "readOnly": true }, "uuid": { "type": "string", "format": "uuid" } }, "required": [ "uuid" ] }