{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Pipeline", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "revision": { "type": "integer" }, "folder": { "type": "string" }, "configuration": { "type": "object" }, "url": { "type": "string" }, "links": { "type": "object" } } }