Skip to content

Commit

Permalink
Merge pull request #267 from cdnjs/sven/checker
Browse files Browse the repository at this point in the history
checker: add excludeFromSearch key
  • Loading branch information
xtuc authored Jul 31, 2023
2 parents 55348b2 + 69d4cba commit c5b1063
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const humanReadableProperties = `
"target": {
"type": "string",
"minLength": 1
},
"excludeFromSearch": {
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit c5b1063

Please sign in to comment.