Skip to content

Commit

Permalink
Bad color for google calendar, minor #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jukkakorpelainen committed Feb 15, 2023
1 parent cd7fd76 commit 42517f6
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions google-calendar-tasks/google-calendar-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,11 @@
"$schema": "http:\/\/json-schema.org\/draft-07\/schema#",
"description": "Google Calendar tasks data syntax for Valotalive",
"definitions": {
"colorObj": {
"type": "object",
"title": "Color",
"description": "Color",
"properties": {
"id": {
"type": "integer",
"minimum": 0
},
"background": {
"type": "string",
"title": "Color string",
"description": "Color string for the web",
"faker":"color.rgb"
},
"foreground": {
"type": "string",
"title": "Color string",
"description": "Color string for the web",
"faker":"color.rgb"
}
},
"required": [
"id",
"background",
"foreground"
]
"colorString": {
"type": "string",
"title": "Color string",
"description": "Color string for the web",
"faker":"color.rgb"
}
},
"type": "object",
Expand Down Expand Up @@ -124,7 +102,7 @@
"faker": "lorem.sentence"
},
"color": {
"$ref": "#/definitions/colorObj"
"$ref": "#/definitions/colorString"
}
},
"required": [
Expand All @@ -135,7 +113,7 @@
}
},
"color": {
"$ref": "#/definitions/colorObj"
"$ref": "#/definitions/colorString"
}
},
"required": [
Expand Down

0 comments on commit 42517f6

Please sign in to comment.