We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c89536 + 0104ba0 commit 744ce76Copy full SHA for 744ce76
1 file changed
README.md
@@ -83,10 +83,10 @@ Note that this project uses a modified version of the LinkML `docgen` tool and t
83
### Convert YAML schema to JSON schema
84
85
```bash
86
-gen-json-schema -t PhysicalSampleRecord --not-closed src/schemas/isamples_core.yaml > isamples_core.schema.json
+gen-json-schema -t MaterialSampleRecord --not-closed src/schemas/isamples_core.yaml > isamples_core.schema.json
87
```
88
89
-The `-t PhysicalSampleRecord` option makes the "PhysicalSampleRecord" class the top-level class in the JSON schema.
+The `-t MaterialSampleRecord` option makes the "MaterialSampleRecord" class the top-level class in the JSON schema.
90
91
### Generate JSON-LD context
92
0 commit comments