Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
171 lines (94 loc) · 7.48 KB

btpsa-usecase-properties-name-of-the-service.md

File metadata and controls

171 lines (94 loc) · 7.48 KB

aboutThisUseCase Type

object (name of the service)

aboutThisUseCase Properties

Property Type Required Nullable Defined by
id string Optional cannot be null JSON Schema for BTPSA use case definitions
name string Required cannot be null JSON Schema for BTPSA use case definitions
description string Optional cannot be null JSON Schema for BTPSA use case definitions
author string Required cannot be null JSON Schema for BTPSA use case definitions
testStatus string Required cannot be null JSON Schema for BTPSA use case definitions
usageStatus string Required cannot be null JSON Schema for BTPSA use case definitions
relatedLinks array Optional cannot be null JSON Schema for BTPSA use case definitions

id

ID of the service (internal use only)

id

id Type

string (ID of the service (internal use only))

id Default Value

The default value is:

"1234"

name

name of the use case

name

name Type

string (name of the use case)

description

description of the use case

description

description Type

string (description of the use case)

author

email of the author of this use case

author

author Type

string (email of the author of this use case)

author Constraints

email: the string must be an email address, according to RFC 5322, section 3.4.1

testStatus

test status of the use case

testStatus

testStatus Type

string (test status of the use case)

testStatus Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"tested successfully"
"not tested"

usageStatus

usage status of the use case

usageStatus

usageStatus Type

string (usage status of the use case)

usageStatus Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"READY TO BE USED"
"NOT READY TO BE USED"

relatedLinks

links related to this use case

relatedLinks

relatedLinks Type

array (links related to this use case)