{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UtilizedProtocolResponse", "type": "object", "properties": { "id": { "type": "string" }, "url": { "type": "string" }, "name": { "type": "string" }, "imageUrl": { "type": "string" } }, "required": [ "id", "url", "name", "imageUrl" ] }