Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions schemas.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package spaceapivalidator

// CommitHash contains the hash of the commit the Validate function validates against
var CommitHash = "9914a1eb86fdc1067a0cf7627a84b03dfc13666c"
var CommitHash = "b3534f2397fc6feedcf05ce79f2d5a8bc331cdb4"

// SpaceAPISchemas load from the repository as a map
var SpaceAPISchemas = map[string]string{
Expand Down Expand Up @@ -2889,7 +2889,7 @@ var SpaceAPISchemas = map[string]string{
}
},
"contact": {
"description": "Contact information about your space. You must define at least one which is in the list of allowed values of the issue_report_channels field.",
"description": "Contact information about your space",
"type": "object",
"properties": {
"phone": {
Expand Down Expand Up @@ -4453,7 +4453,7 @@ var SpaceAPISchemas = map[string]string{
}
},
"contact": {
"description": "Contact information about your space. You must define at least one which is in the list of allowed values of the issue_report_channels field.",
"description": "Contact information about your space",
"type": "object",
"properties": {
"phone": {
Expand Down