Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slide-index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Welter, Felix
slide-index
Commits
58f3c7f9
Commit
58f3c7f9
authored
4 years ago
by
felixwelter
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.rrz.uni-hamburg.de/bay1620/slide-index
parents
fb252c0a
76581578
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
REQUEST_FORMAT.md
+20
-3
20 additions, 3 deletions
REQUEST_FORMAT.md
with
20 additions
and
3 deletions
REQUEST_FORMAT.md
+
20
−
3
View file @
58f3c7f9
...
@@ -9,15 +9,32 @@ and type-dependent data. e.g.
...
@@ -9,15 +9,32 @@ and type-dependent data. e.g.
```
```
{
{
"type": "image",
"type": "image",
"path": "/path/to/image"
"paths": [
{
path: "/path/to/image/",
url: "/url/to/more/information/or/full/size/image"
},
{
path: "/path/to/image2/",
url: "/different/url/to/more/information/or/full/size/image2"
}
]
}
}
```
```
```
```
{
{
"type": "text",
"type": "text",
"text": "This will hopefully be useful information.",
"texts": [
"url": "link_to_external_page_with_more_information"
{
"text": "This will hopefully be useful information.",
"url": "http://example.com/"
},
{
"text": "This is about funny frog.",
"url": "/link/to/external/page"
}
]
}
}
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment