Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
spec
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
retribute.me
spec
Commits
44bfd8b2
Verified
Commit
44bfd8b2
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Support URL on retribution means
parent
a31e78fc
No related branches found
No related tags found
No related merge requests found
Pipeline
#3941
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
schemas/0.1/example.json
+1
-0
1 addition, 0 deletions
schemas/0.1/example.json
schemas/0.1/schema.json
+4
-1
4 additions, 1 deletion
schemas/0.1/schema.json
with
5 additions
and
1 deletion
schemas/0.1/example.json
+
1
−
0
View file @
44bfd8b2
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
"id"
:
"freetips"
,
"id"
:
"freetips"
,
"name"
:
"Tip me on freetips"
,
"name"
:
"Tip me on freetips"
,
"weight"
:
2
,
"weight"
:
2
,
"url"
:
"https://freetips.com/@Alice"
,
"summary"
:
"This is the best place to tip me"
"summary"
:
"This is the best place to tip me"
}
}
]
]
...
...
This diff is collapsed.
Click to expand it.
schemas/0.1/schema.json
+
4
−
1
View file @
44bfd8b2
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
},
},
"definitions"
:
{
"definitions"
:
{
"mean"
:
{
"mean"
:
{
"description"
:
"A single retribution mean"
,
"description"
:
"A single retribution mean
. The type and id must form a unique combination
"
,
"type"
:
"object"
,
"type"
:
"object"
,
"required"
:
[
"provider"
,
"id"
,
"weight"
],
"required"
:
[
"provider"
,
"id"
,
"weight"
],
"minItems"
:
1
,
"minItems"
:
1
,
...
@@ -68,6 +68,9 @@
...
@@ -68,6 +68,9 @@
"name"
:
{
"name"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"url"
:
{
"type"
:
"string"
},
"summary"
:
{
"summary"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
...
...
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