Skip to content

Commit

Permalink
feat: Changed color type to integer (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Oct 5, 2021
1 parent 0fc7f47 commit 949f693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/defs/color.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"$id": "color.schema.json",
"title": "Color",
"description": "Color type",
"type": "string",
"pattern": "^#[a-fA-F0-9]{6}$"
"type": "integer"
}

0 comments on commit 949f693

Please sign in to comment.