Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install Node.js version **20**: https://nodejs.org/en/download/releases
"SWA_CLIENT_ID": "<Static Web App Client ID>",
"SWA_CLIENT_SECRET": "<Static Web App Client Secret>",
"CORE_AUTHOR_GROUP": "<User Group ID for write permissions>",
"RULE_SCHEMA_URL": "https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/CORE-base.json"
"RULE_SCHEMA_URL": "https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/CORE-base.json"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Intellisense is informed by a schema in JSON format. The editor also uses it to

Links to the schema:

- Base Schema: https://github.com/cdisc-org/cdisc-rules-engine/blob/main/resources/schema/CORE-base.json
- Base Schema: https://github.com/cdisc-org/cdisc-rules-engine/blob/main/resources/schema/rule/CORE-base.json

Reference: [JSON schema as a standard](https://json-schema.org)

Expand Down
2 changes: 1 addition & 1 deletion docs/check_operator.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Check Operator

[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/Operator.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/Operator.md ":include")
2 changes: 1 addition & 1 deletion docs/customrules.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/customrules.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/customrules.md ":include")
2 changes: 1 addition & 1 deletion docs/exdictionary.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/ExDictionary.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/ExDictionary.md ":include")
2 changes: 1 addition & 1 deletion docs/executability.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/Executability.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/Executability.md ":include")
2 changes: 1 addition & 1 deletion docs/jsonata_functions.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/JSONata_Functions.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/JSONata_Functions.md ":include")
2 changes: 1 addition & 1 deletion docs/metadata_variables.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/MetaVariables.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/MetaVariables.md ":include")
2 changes: 1 addition & 1 deletion docs/operations.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/Operations.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/Operations.md ":include")
2 changes: 1 addition & 1 deletion docs/rule_type.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/Rule_Type.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/Rule_Type.md ":include")
2 changes: 1 addition & 1 deletion docs/sensitivity.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/Sensitivity.md ":include")
[](https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/main/resources/schema/rule/Sensitivity.md ":include")
Loading