File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ See [here](https://github.com/mapping-commons/sssom/tree/master/examples/schema)
5050| Column/Field | Description | Required |
5151|--------------------|---------------------------------------------------------|-------------|
5252{% - for slot in c .slots %}
53- {% - set slot_info = schemaview .get_slot (slot ) %}
53+ {% - set slot_info = schemaview .induced_slot (slot , c . name ) %}
5454| **{{ gen.link(slot) }}** | {{ slot_info.description | default("No description") }} | {% if slot_info .required | default (false ) %} Required{% elif slot_info .recommended | default (false ) %} Recommended{% else %} Optional{% endif %} |
5555{% - endfor %}
5656{% - endif %}
@@ -65,7 +65,7 @@ See [here](https://github.com/mapping-commons/sssom/tree/master/examples/schema)
6565| Column/Field | Description | Required |
6666|--------------------|---------------------------------------------------------|-------------|
6767{% - for slot in c .slots %}
68- {% - set slot_info = schemaview .get_slot (slot ) %}
68+ {% - set slot_info = schemaview .induced_slot (slot , c . name ) %}
6969| **{{ gen.link(slot) }}** | {{ slot_info.description | default("No description") }} | {% if slot_info .required | default (false ) %} Required{% elif slot_info .recommended | default (false ) %} Recommended{% else %} Optional{% endif %} |
7070{% - endfor %}
7171{% - endif %}
You can’t perform that action at this time.
0 commit comments