534
edits
(Update package: OSW Core) |
(Update package: OSW Core) Tag: Manual revert |
||
| schema_template | |||
|---|---|---|---|
| Line 2: | Line 2: | ||
"@context": [ | "@context": [ | ||
{{#each subclass_of}} | {{#each subclass_of}} | ||
"{{{.}}}?action=raw\u0026slot=jsonschema"{{#unless @last}},{{/unless}} | "/wiki/{{{.}}}?action=raw\u0026slot=jsonschema"{{#unless @last}},{{/unless}} | ||
{{/each}} | {{/each}} | ||
], | ], | ||
| Line 8: | Line 8: | ||
{ | { | ||
{{#each subclass_of}} | {{#each subclass_of}} | ||
"$ref": "{{{.}}}?action=raw\u0026slot=jsonschema"{{#unless @last}},{{/unless}} | "$ref": "/wiki/{{{.}}}?action=raw\u0026slot=jsonschema"{{#unless @last}},{{/unless}} | ||
{{/each}} | {{/each}} | ||
} | } | ||
edits