13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"allOf": [
|
|
{ "$ref": "https://json.schemastore.org/github-workflow.json" },
|
|
{
|
|
"properties": {
|
|
"kind": { "type": "string", "enum": ["pipeline"] },
|
|
"type": { "type": "string", "enum": ["docker"] }
|
|
}
|
|
}
|
|
]
|
|
}
|