{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipelines_ddev_links_section_href", "title": "pipelines_ddev_links_section_href", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Pipeline Links href", "description": "A links section href", "properties": { "href": { "type": "string", "format": "uri", "description": "A link" } } } ] }