2021-03-11 19:13:27 +05:30
|
|
|
{
|
2021-04-29 21:17:54 +05:30
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
2021-03-11 19:13:27 +05:30
|
|
|
"description": "Git trailer key/value pairs",
|
|
|
|
"type": "object",
|
|
|
|
"patternProperties": {
|
|
|
|
".*": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|