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