{
  "$schema": "http://json-schema.org/schema#", 
  "required": [
    "items"
  ], 
  "type": "object", 
  "description": "StatefulSetList is a collection of StatefulSets.", 
  "properties": {
    "items": {
      "items": {
        "$ref": "_definitions.json#/definitions/v1beta1.StatefulSet"
      }, 
      "type": [
        "array", 
        "null"
      ]
    }, 
    "metadata": {
      "$ref": "_definitions.json#/definitions/unversioned.ListMeta"
    }
  }
}