Skip to content

Commit a5ea4a5

Browse files
committed
Fix JSON examples in changelog
1 parent 3c44bd2 commit a5ea4a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ In case of "source" is equal to "property" the field value is retrieved from the
4343
{
4444
"field#0": {
4545
"source": "property", <1>
46-
"type": string",
46+
"type": "string",
4747
"used": true,
4848
"value": "property.name" <2>
4949
},
5050
"field#1": {
5151
"source": "value", <3>
52-
"type": string",
52+
"type": "string",
5353
"used": true,
5454
"value": "field value" <4>
5555
}
@@ -94,14 +94,14 @@ In case of "source" is equal to "property" the password is retrieved form the pr
9494
"update": {
9595
"file": "cert/server.p12",
9696
"password": "server.password", <1>
97-
"source": "password" <2>
97+
"source": "password", <2>
9898
"type": "p12"
9999
}
100100
...
101101
"update": {
102102
"file": "cert/server.p12",
103103
"password": "property.name", <3>
104-
"source": "property" <4>
104+
"source": "property", <4>
105105
"type": "p12"
106106
}
107107
----
@@ -123,7 +123,7 @@ The `source` property new supports a new value `env` to specify an environment v
123123
----
124124
"field#0": {
125125
"source": "env", <1>
126-
"type": string",
126+
"type": "string",
127127
"used": true,
128128
"value": "ENV_NAME" <2>
129129
}
@@ -137,7 +137,7 @@ The `source` property new supports a new value `env` to specify an environment v
137137
"update": {
138138
"file": "cert/server.p12",
139139
"password": "SERVER_PASSWORD", <1>
140-
"source": "env" <2>
140+
"source": "env", <2>
141141
"type": "p12"
142142
}
143143
----

0 commit comments

Comments
 (0)