Skip to content

Commit cec5da5

Browse files
committed
update references
1 parent ca273b0 commit cec5da5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/jsonschema_generation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JSONSchema Components and How to Set from Data Model
99
====================================================
1010

1111
This document serves as a guide on what features in a CSV data model map to which components in a JSONSchema file. All examples of JSONSchema files were taken from this `example data model <https://github.com/Sage-Bionetworks/schematic/blob/develop/tests/data/example.model.column_type_component.csv>`_.
12-
For documentation on how to generate a JSONSchema file, see the :ref:`cli documentation<generate-jsonschema>`.
12+
For documentation on how to generate a JSONSchema file, see the :ref:`cli documentation<cli_reference:generate-jsonschema>`.
1313

1414
Property Keys
1515
-------------
@@ -114,7 +114,7 @@ Type Checks
114114
^^^^^^^^^^^^^^
115115

116116
Types discussed above are enforced in JSONSchema validation.
117-
For more information about these rules see :ref:`the documentation for type rules<Type Validation Type>`.
117+
For more information about these rules see :ref:`the documentation for type rules<validation_rules:Type Validation Type>`.
118118

119119
Valid Values
120120
^^^^^^^^^^^^^^^
@@ -160,7 +160,7 @@ An attribute with valid values specified along with the ``list`` rule::
160160
"title": "Check List Enum"
161161
}
162162

163-
For more information about the ``list`` rule see :ref:`the rule documentation<list validation type>`.
163+
For more information about the ``list`` rule see :ref:`the rule documentation<validation_rules:list validation type>`.
164164

165165
Required Attributes
166166
^^^^^^^^^^^^^^^^^^^^^
@@ -193,7 +193,7 @@ An attribute with an ``inRange`` validation rule::
193193
"type": "number"
194194
}
195195

196-
For more information about the ``inRange`` rule see :ref:`the rule documentation<inRange>`.
196+
For more information about the ``inRange`` rule see :ref:`the rule documentation<validation_rules:inrange>`.
197197

198198
``regex`` module
199199
"""""""""""""""""""""
@@ -220,7 +220,7 @@ While an attribute with a ``regex`` rule ``regex match [a-f]`` specified will yi
220220

221221

222222

223-
For more information about the ``regex`` module rule see :ref:`the rule documentation<Regex Validation Type>`.
223+
For more information about the ``regex`` module rule see :ref:`the rule documentation<validation_rules:Regex Validation Type>`.
224224

225225

226226
``date``
@@ -237,7 +237,7 @@ An attribute with a ``date`` validation rule specified::
237237
"title": "Check Date"
238238
}
239239

240-
For more information about the ``date`` rule see :ref:`the rule documentation<date>`.
240+
For more information about the ``date`` rule see :ref:`the rule documentation<validation_rules:date>`.
241241

242242

243243
``URL``
@@ -253,7 +253,7 @@ An attribute with a ``URL`` validation rule specified::
253253
"title": "Check URL"
254254
}
255255

256-
For more information about the ``URL`` rule see :ref:`the rule documentation<URL Validation Type>`.
256+
For more information about the ``URL`` rule see :ref:`the rule documentation<validation_rules:URL Validation Type>`.
257257

258258

259259
Conditional Dependencies

0 commit comments

Comments
 (0)