10 lines
142 B
JSON
10 lines
142 B
JSON
|
{
|
||
|
"description": "Git trailer key/value pairs",
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
".*": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|