Skip to content

Commit 8ab6e8a

Browse files
committed
Updated column formatting json schema URL
1 parent 950e5f6 commit 8ab6e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This example uses the conditional operator `?` to apply a class (`sp-field-sever
9595

9696
```JSON
9797
{
98-
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
98+
"$schema": " https://developer.microsoft.com/en-us/json-schemas/sp/column-formatting.schema.json",
9999
"debugMode": true,
100100
"elmType": "div",
101101
"attributes": {
@@ -158,7 +158,7 @@ This pattern is useful when you want different values to map to different levels
158158

159159
```JSON
160160
{
161-
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
161+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/sp/column-formatting.schema.json",
162162
"debugMode": true,
163163
"elmType": "div",
164164
"attributes": {
@@ -643,7 +643,7 @@ To use the sample below, you must substitute the ID of the Flow you want to run.
643643

644644
```JSON
645645
{
646-
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
646+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/sp/column-formatting.schema.json",
647647
"elmType": "span",
648648
"style": {
649649
"color": "#0078d7"
@@ -730,7 +730,7 @@ Creating custom column formatting JSON from scratch is simple if you understand
730730

731731
```JSON
732732
{
733-
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json"
733+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/sp/column-formatting.schema.json"
734734
}
735735
```
736736

0 commit comments

Comments
 (0)