Skip to content

Commit 496e5f3

Browse files
committed
docs(ref): fix contract links
1 parent 5abae8e commit 496e5f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/protocol-ref/data-contract.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Include the following at the same level as the `properties` keyword to ensure pr
4040

4141
## Data Contract Object
4242

43-
The data contract object consists of the following fields as defined in the Rust reference client ([rs-dpp](https://github.com/dashpay/platform/blob/v2.0-dev/packages/rs-dpp/src/data_contract/v1/data_contract.rs#L67-L105)):
43+
The data contract object consists of the following fields as defined in the Rust reference client ([rs-dpp](https://github.com/dashpay/platform/blob/v2.0-dev/packages/rs-dpp/src/data_contract/v1/data_contract.rs#L77-L121)):
4444

4545
| Property | Type | Size | Description |
4646
| --------------- | -------------- | ---- | ----------- |
@@ -293,7 +293,9 @@ The full schema is [defined is rs-dpp](https://github.com/dashpay/platform/blob/
293293
"properties": {
294294
"position": true
295295
},
296-
"required": ["position"]
296+
"required": [
297+
"position"
298+
]
297299
}
298300
}
299301
}
@@ -442,7 +444,9 @@ The full schema is [defined is rs-dpp](https://github.com/dashpay/platform/blob/
442444
"maxLength": 256
443445
}
444446
},
445-
"required": ["resolution"],
447+
"required": [
448+
"resolution"
449+
],
446450
"additionalProperties": false
447451
}
448452
},

0 commit comments

Comments
 (0)