{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.", 
  "properties": {
    "status": {
      "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", 
      "$ref": "_definitions.json#/definitions/v1.ServiceStatus"
    }, 
    "spec": {
      "description": "Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", 
      "$ref": "_definitions.json#/definitions/v1.ServiceSpec"
    }, 
    "metadata": {
      "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", 
      "$ref": "_definitions.json#/definitions/v1.ObjectMeta"
    }
  }
}