Skip to content

Commit 744ce76

Browse files
authored
Merge pull request #200 from isamplesorg/smrgeoinfo-patch-1
fix MaterialSampleRecord
2 parents 5c89536 + 0104ba0 commit 744ce76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Note that this project uses a modified version of the LinkML `docgen` tool and t
8383
### Convert YAML schema to JSON schema
8484

8585
```bash
86-
gen-json-schema -t PhysicalSampleRecord --not-closed src/schemas/isamples_core.yaml > isamples_core.schema.json
86+
gen-json-schema -t MaterialSampleRecord --not-closed src/schemas/isamples_core.yaml > isamples_core.schema.json
8787
```
8888

89-
The `-t PhysicalSampleRecord` option makes the "PhysicalSampleRecord" class the top-level class in the JSON schema.
89+
The `-t MaterialSampleRecord` option makes the "MaterialSampleRecord" class the top-level class in the JSON schema.
9090

9191
### Generate JSON-LD context
9292

0 commit comments

Comments
 (0)