{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pages-source-hash", "title": "Pages Source Hash", "type": "object", "properties": { "branch": { "type": "string" }, "path": { "type": "string" } }, "required": [ "branch", "path" ] }