File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
"version" : {"type" : " string" },
10
10
"schedule" : {"type" : " string" },
11
11
"config" : {
12
- "$ref" : " nhi-explorer -config.schema.json"
12
+ "$ref" : " inventory -config.schema.json"
13
13
}
14
14
},
15
15
"required" : [" config" ]
Original file line number Diff line number Diff line change 14
14
"minProperties" : 1 ,
15
15
"properties" : {
16
16
"config" : {
17
- "$ref" : " #/definitions/nhi-explorer -config.schema.json"
17
+ "$ref" : " #/definitions/inventory -config.schema.json"
18
18
},
19
19
"schedule" : {
20
20
"type" : " string" ,
40
40
]
41
41
},
42
42
"definitions" : {
43
- "nhi-explorer -config.schema.json" : {
43
+ "inventory -config.schema.json" : {
44
44
"$schema" : " http://json-schema.org/draft-07/schema#" ,
45
45
"title" : " Config" ,
46
46
"type" : " object" ,
54
54
"minProperties" : 0 ,
55
55
"properties" : {},
56
56
"additionalProperties" : {
57
- "$ref" : " #/definitions/nhi-explorer -config.schema.json/definitions/FetchSource"
57
+ "$ref" : " #/definitions/inventory -config.schema.json/definitions/FetchSource"
58
58
}
59
59
},
60
60
"upload" : {
61
61
"anyOf" : [
62
62
{
63
- "$ref" : " #/definitions/nhi-explorer -config.schema.json/definitions/UploadConfig"
63
+ "$ref" : " #/definitions/inventory -config.schema.json/definitions/UploadConfig"
64
64
},
65
65
{
66
66
"enum" : [
294
294
"description" : " Auth mode: using Conjur Cloud workloads or CyberArk identity service" ,
295
295
"allOf" : [
296
296
{
297
- "$ref" : " #/definitions/nhi-explorer -config.schema.json/definitions/AuthMode"
297
+ "$ref" : " #/definitions/inventory -config.schema.json/definitions/AuthMode"
298
298
}
299
299
]
300
300
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "$id" : " inventory-agent- config.schema.json" ,
3
+ "$id" : " inventory-config.schema.json" ,
4
4
"title" : " Config" ,
5
5
"type" : " object" ,
6
6
"required" : [
You can’t perform that action at this time.
0 commit comments