{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipeline_build_number", "title": "pipeline_build_number", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Pipeline Build Number", "description": "A Pipelines build number.", "properties": { "next": { "type": "integer", "description": "The next number that will be used as build number." } } } ] }