[Ontology] Flatten concept declarations in ontology spec#257
Merged
jochenchrist merged 3 commits intoJul 24, 2026
Merged
Conversation
Contributor
|
@jochenchrist , I like this change! Please note that there is a larger ontology in |
Contributor
Author
flights.yaml is now updated. |
khush-bhatia
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes the ontology component syntax so the concept name is the value of
concept:instead of a nested object with aname:key.Before:
After:
ontology.md: all YAML snippets use the flattened form; the component/concept schema tables are merged into one table withconceptas the name field andrelationshipsalongside it.ontology.json:OntologyComponentnow takesconceptas a string plus the formerConceptfields inline; the separateConceptdef is removed;conceptandtypeare required.examples/flights.yaml: converted to the flattened form; content is otherwise unchanged and validates against the updated schema.verbalizesvalue that was a string instead of an array, missing requiredverbalizesin theOrderLineItemexample, a missing list dash in aderived_byexample, and a few typos.All complete snippets in the doc and the flights example validate against the updated schema.
🤖 Generated with Claude Code