2021-01-20 10:10:29 -05:00
|
|
|
{
|
2021-03-23 14:09:05 -04:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
2021-01-20 10:10:29 -05:00
|
|
|
"description": "Git trailer key/value pairs",
|
|
|
|
"type": "object",
|
|
|
|
"patternProperties": {
|
|
|
|
".*": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|