generated from coulomb/repo-seed
Documentation, terminology repo cleanup.
This commit is contained in:
@@ -113,7 +113,7 @@ def get_service(settings: Settings = Depends(get_settings)) -> RegistryService:
|
||||
|
||||
API_DESCRIPTION = (
|
||||
"Register repositories, analyze their observable implementation facts, "
|
||||
"curate reviewable ability graphs, and search approved repository abilities."
|
||||
"curate reviewable scope graphs, and search approved repository characteristics."
|
||||
)
|
||||
|
||||
OPENAPI_TAGS = [
|
||||
@@ -128,7 +128,7 @@ OPENAPI_TAGS = [
|
||||
]
|
||||
|
||||
app = FastAPI(
|
||||
title="Repository Ability Registry",
|
||||
title="Repository Scoping",
|
||||
version="0.1.0",
|
||||
description=API_DESCRIPTION,
|
||||
openapi_tags=OPENAPI_TAGS,
|
||||
|
||||
Reference in New Issue
Block a user