linkml / archived-linkml-model-template

DEPRECATED! Please use linkml-project-cookiecutter instead.
10 stars 6 forks source link

`sample_model.yaml` invalid (simple fix) #11

Closed joeflack4 closed 1 year ago

joeflack4 commented 3 years ago

Description

While doing a basic setup of the linkml repository, I came across an issue with this sample_model.yaml file being invalid.

Steps to repeat

  1. Get text for the yaml file: https://raw.githubusercontent.com/joeflack4/linkml-test-template/joe-minor-updates/model/schema/sample_model.yaml
  2. Copy/paste into a validator and run it: http://www.yamllint.com/

Possible solutions

It looks like the problem can be fixed by adding an extra space in front of the Person: class declaration on line 20

joeflack4 commented 3 years ago

14 has been merged, so this can probably be closed now, unless someone else wants to verify.