generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
28
docs/schemas/authority.schema.json
Normal file
28
docs/schemas/authority.schema.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user