...
1{
2 "openapi": "3.0",
3 "info": {
4 "title": "StrategicMergePatchTestingPrecisionItem",
5 "version": "v1.9.0"
6 },
7 "paths": {},
8 "components": {
9 "schemas": {
10 "precisionItem": {
11 "description": "PrecisionItem is type definition for testing strategic merge.",
12 "required": [],
13 "properties": {
14 "name": {
15 "description": "Name field.",
16 "type": "string"
17 },
18 "int32": {
19 "description": "Int32 field.",
20 "type": "integer",
21 "format": "int32"
22 },
23 "int64": {
24 "description": "Int64 field.",
25 "type": "integer",
26 "format": "int64"
27 },
28 "float32": {
29 "description": "Float32 field.",
30 "type": "number",
31 "format": "float32"
32 },
33 "float64": {
34 "description": "Float64 field.",
35 "type": "number",
36 "format": "float64"
37 }
38 },
39 "x-kubernetes-group-version-kind": [
40 {
41 "group": "fake-group",
42 "kind": "precisionItem",
43 "version": "some-version"
44 }
45 ]
46 }
47 }
48 }
49}
View as plain text