12 lines
409 B
JSON
12 lines
409 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://cowbay.org/schemas/reporting-governance/capability-descriptor.schema.json",
|
|
"title": "Reporting Governance Capability Descriptor",
|
|
"description": "Canonical package-level capability descriptor for reporting-governance runtime compositions.",
|
|
"allOf": [
|
|
{
|
|
"$ref": "./adapter-capabilities.schema.json"
|
|
}
|
|
]
|
|
}
|