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