Skip to content

Commit 9fa8cff

Browse files
committed
Doc changes
1 parent 38fa60c commit 9fa8cff

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

‎core-spec/spec.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ model array cannot produce a valid model document. Preserve model contents and
150150
custom extensions; never silently select only the first model or overwrite a file
151151
when splitting a document.
152152

153-
For [ontology maps](../ontology/ontology.md#ontology-mappings), keep the
154-
`semantic_model` property and add `version: 0.2.0.dev0` inside it. Each embedded
153+
For [ontology maps](../ontology/ontology.md#ontology-mappings), each embedded
155154
model must be a complete core document.
156155

157156
---

‎ontology/ontology.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ ontology_mappings:
401401
concept_mappings: []
402402
```
403403

404-
**Breaking change in `0.2.0.dev0` (unreleased):** Add `version: 0.2.0.dev0` inside
405-
each existing `semantic_model`, keeping its other fields in place. The ontology's
406-
top-level `version` does not replace this field.
407-
408404
### Concept mappings
409405

410406
Each concept mapping declares how to populate a concept with objects and how to populate the relationships

‎python/README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ flat shape. The former `semantic_model` wrapper is rejected. Unwrap old
2929
single-model documents and split multi-model documents into separate files,
3030
preserving model contents and setting `version` in each file before loading them.
3131

32-
Use `OssieDocument` for models embedded in ontology maps; they require `version`.
33-
`OssieSemanticModel` provides the model fields without `version`.
32+
Use `OssieDocument` for models embedded in ontology maps.
3433

3534
## Development
3635

0 commit comments

Comments
 (0)