{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SearchJobList", "type": "object", "properties": { "origin": { "type": "string", "description": "URI of the request" }, "updated": { "type": "string" }, "generator": { "type": "object" }, "entry": { "type": "array" } } }