Skip to content

Commit

Permalink
html case to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jun 2, 2024
1 parent fe7c9b7 commit 717ffe8
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions tests/data/model_w_html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
id-field: true
repo: "https://www.github.com/my/repo/"
prefix: "tst"
prefixes:
schema: http://schema.org/
nsmap:
tst: http://example.com/test/
---

### Test

- <details>
<summary>name</summary>
- Type: string
- Term: schema:hello
</details>
- <details>
<summary>number</summary>
- Type: float
- Term: schema:one
</details>
- <details>
<summary>test2</summary>
- Type: Test2
- Term: schema:something
</details>
- <details>
<summary>ontology</summary>
- Type: Ontology
</details>

### Test2

- <details>
<summary>names</summary>
- Type: string
- Term: schema:hello
</details>
- <details>
<summary>number</summary>
- Type: float
- Term: schema:one
- minimum: 0
</details>

## Enumerations

### Ontology

```
ECO = https://www.evidenceontology.org/term/
GO = https://amigo.geneontology.org/amigo/term/
SIO = http://semanticscience.org/resource/
```

0 comments on commit 717ffe8

Please sign in to comment.