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