1{ 2 "apiVersion": "company.com/v1", 3 "kind": "Bar", 4 "metadata": { 5 "name": "test", 6 "namespace": "default", 7 "selfLink": "/apis/company.com/v1/namespaces/default/bars/test", 8 "uid": "fd16c23d-f185-11e6-b041-acbc32c1ca87", 9 "resourceVersion": "17088", 10 "creationTimestamp": "2017-02-13T00:47:26Z" 11 }, 12 "other-field": "other-value", 13 "some-field": "field1", 14 "third-field": { 15 "sub-field": "bar2" 16 } 17}