mirror of https://github.com/helm/helm
parent
6a2d9a8695
commit
690730d3b9
@ -1 +0,0 @@
|
||||
../../../action/testdata/charts/chart-with-schema-ref
|
||||
@ -0,0 +1,3 @@
|
||||
apiVersion: v2
|
||||
name: chart-with-schema-ref
|
||||
version: 0.1.0
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "string"
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": { "$ref": "name.schema.json" }
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
name: "test"
|
||||
Loading…
Reference in new issue