OpenShift · Schema

BuildList

A list of Build objects.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
apiVersion string
kind string
items array
View JSON Schema on GitHub

JSON Schema

openshift-rest-build-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildList",
  "type": "object",
  "description": "A list of Build objects.",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "items": {
      "type": "array"
    }
  }
}