generated from coulomb/repo-seed
29 lines
821 B
JSON
29 lines
821 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "Guide Board Authority",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"id",
|
|
"name",
|
|
"authority_type",
|
|
"source_urls",
|
|
"frameworks",
|
|
"license_posture",
|
|
"access_constraints",
|
|
"certification_boundary",
|
|
"lifecycle_status"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "string" },
|
|
"name": { "type": "string" },
|
|
"authority_type": { "type": "string" },
|
|
"source_urls": { "type": "array", "items": { "type": "string" } },
|
|
"frameworks": { "type": "array", "items": { "type": "string" } },
|
|
"license_posture": { "type": "string" },
|
|
"access_constraints": { "type": "string" },
|
|
"certification_boundary": { "type": "string" },
|
|
"lifecycle_status": { "type": "string" }
|
|
}
|
|
}
|