Skip to content

Commit e885d00

Browse files
commit
1 parent 33a41ce commit e885d00

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/CustomizeSchemaData.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ flowchart LR
7373

7474
A new JSON Schema document needs to be created that defines the schema as a declarative description of your document type.
7575

76-
> **Schema Folder:** [/src/ContentProcessorAPI/samples/schemas/](/src/ContentProcessorAPI/samples/schemas/) — All schema JSON files should be placed into this folder
76+
> **Schema Folder:** [../src/ContentProcessorAPI/samples/schemas/](../src/ContentProcessorAPI/samples/schemas/) — All schema JSON files should be placed into this folder
7777
7878
**Sample Schemas:** The accelerator ships with 4 sample schemas — use any as a starting template:
7979

8080
| Schema | File | Class Name | Auto-registered |
8181
| ------------------------- | --------------------------------------------------------------------------------- | ------------------------------- | --------------- |
82-
| Auto Insurance Claim Form | [autoclaim.json](/src/ContentProcessorAPI/samples/schemas/autoclaim.json) | `AutoInsuranceClaimForm` ||
83-
| Police Report | [policereport.json](/src/ContentProcessorAPI/samples/schemas/policereport.json) | `PoliceReportDocument` ||
84-
| Repair Estimate | [repairestimate.json](/src/ContentProcessorAPI/samples/schemas/repairestimate.json) | `RepairEstimateDocument` ||
85-
| Damaged Vehicle Image | [damagedcarimage.json](/src/ContentProcessorAPI/samples/schemas/damagedcarimage.json) | `DamagedVehicleImageAssessment` ||
82+
| Auto Insurance Claim Form | [autoclaim.json](../src/ContentProcessorAPI/samples/schemas/autoclaim.json) | `AutoInsuranceClaimForm` ||
83+
| Police Report | [policereport.json](../src/ContentProcessorAPI/samples/schemas/policereport.json) | `PoliceReportDocument` ||
84+
| Repair Estimate | [repairestimate.json](../src/ContentProcessorAPI/samples/schemas/repairestimate.json) | `RepairEstimateDocument` ||
85+
| Damaged Vehicle Image | [damagedcarimage.json](../src/ContentProcessorAPI/samples/schemas/damagedcarimage.json) | `DamagedVehicleImageAssessment` ||
8686

8787
> **Note:** All 4 schemas are automatically registered during deployment (via `azd up` or the `register_schema.py` script) and grouped into the **"Auto Claim"** schema set.
8888
@@ -158,7 +158,7 @@ Example using the REST Client extension:
158158

159159
> **Note:** Install the [REST Client VSCode extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) to execute `.http` files directly in VS Code.
160160
161-
> **Sample requests:** [/src/ContentProcessorAPI/test_http/invoke_APIs.http](/src/ContentProcessorAPI/test_http/invoke_APIs.http)
161+
> **Sample requests:** [../src/ContentProcessorAPI/test_http/invoke_APIs.http](../src/ContentProcessorAPI/test_http/invoke_APIs.http)
162162
163163
The response returns a Schema `Id`**save this** for Step 3.
164164

@@ -173,7 +173,7 @@ For bulk registration, use the provided script with a JSON manifest. The script
173173
2. **Creates** a schema set via `/schemasetvault/`
174174
3. **Adds** each registered schema into the schema set
175175

176-
**Manifest file** ([schema_info.json](/src/ContentProcessorAPI/samples/schemas/schema_info.json)):
176+
**Manifest file** ([schema_info.json](../src/ContentProcessorAPI/samples/schemas/schema_info.json)):
177177
```json
178178
{
179179
"schemas": [

0 commit comments

Comments
 (0)