Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
retribute.me
spec
Commits
44bfd8b2
Verified
Commit
44bfd8b2
authored
Apr 17, 2019
by
Agate
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support URL on retribution means
parent
a31e78fc
Pipeline
#3941
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
schemas/0.1/example.json
schemas/0.1/example.json
+1
-0
schemas/0.1/schema.json
schemas/0.1/schema.json
+4
-1
No files found.
schemas/0.1/example.json
View file @
44bfd8b2
...
...
@@ -22,6 +22,7 @@
"id"
:
"freetips"
,
"name"
:
"Tip me on freetips"
,
"weight"
:
2
,
"url"
:
"https://freetips.com/@Alice"
,
"summary"
:
"This is the best place to tip me"
}
]
...
...
schemas/0.1/schema.json
View file @
44bfd8b2
...
...
@@ -42,7 +42,7 @@
},
"definitions"
:
{
"mean"
:
{
"description"
:
"A single retribution mean"
,
"description"
:
"A single retribution mean
. The type and id must form a unique combination
"
,
"type"
:
"object"
,
"required"
:
[
"provider"
,
"id"
,
"weight"
],
"minItems"
:
1
,
...
...
@@ -68,6 +68,9 @@
"name"
:
{
"type"
:
"string"
},
"url"
:
{
"type"
:
"string"
},
"summary"
:
{
"type"
:
"string"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment