Skip to content

Commit

Permalink
allow arrays of Entity types
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 14, 2024
1 parent a58d2a8 commit ee4d619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ Inside the `tests` directory, 4 types of files will be processed:
### Assets

Assets (e.g., images) can be placed in the `assets/` directory for later use in documentation pages,
by using references to `@@assets@@/filename.ext`.
by using references to `assets/filename.ext`.

For example, a `sample.png` image in that directory can be included in the description
Markdown code of a building block like this:

```markdown
![This is a sample image](@@assets@@/sample.png)
![This is a sample image](assets/sample.png)
```

### "Super Building Blocks"
Expand Down
9 changes: 0 additions & 9 deletions _sources/assets/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions _sources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
"$ref": "#/$defs/curie"
},
"featureType": {
"$ref": "#/$defs/objectref"
"$ref": "#/$defs/oneOrMoreObjectref"
},
"entityType": {
"$ref": "#/$defs/objectref"
"$ref": "#/$defs/oneOrMoreObjectref"
},
"has_provenance": {
"$ref": "#/$defs/Prov"
Expand Down

0 comments on commit ee4d619

Please sign in to comment.