{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/createLipid.json", "title": "createLipid", "allOf": [ { "$ref": "#/components/schemas/LipidBaseRequest" }, { "type": "object", "properties": { "item": { "type": "object", "required": [ "name" ] } } } ] }