mirror of
https://github.com/splitsh/lite.git
synced 2026-03-14 22:05:45 +01:00
-
This commit is contained in:
parent
19be36fa00
commit
76cd1d23fd
1 changed files with 1 additions and 3 deletions
|
|
@ -15,9 +15,8 @@ const (
|
|||
"title": "Project configuration",
|
||||
"type" : "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["git-version", "origin", "subtrees"],
|
||||
"required": ["git-version", "subtrees"],
|
||||
"properties": {
|
||||
"origin": { "type": "string" },
|
||||
"git-version": { "type": "string" },
|
||||
"subtrees": {
|
||||
"type": "object",
|
||||
|
|
@ -44,7 +43,6 @@ const (
|
|||
|
||||
// Project represents a project
|
||||
type Project struct {
|
||||
Origin string
|
||||
Subtrees map[string]*Subtree `json:"subtrees"`
|
||||
GitVersion string `json:"git-version"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue