{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_NewCustomEntryWithId", "title": "dlp_NewCustomEntryWithId", "allOf": [ { "$ref": "#/components/schemas/dlp_NewCustomEntry" }, { "properties": { "entry_id": { "format": "uuid", "type": "string" } }, "required": [ "entry_id" ], "type": "object" } ] }