{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LVCCard",
"type": "object",
"description": "LVC Card information",
"properties": {
"perTransactionLimit": {
"type": "string",
"description": "It is the limit set for each transaction.
**Conditional Mandatory*** field - Required while requesting for LVC card."
},
"totalTransactionLimit": {
"type": "string",
"description": "It is the maximum transaction limit configured for the client.
**Conditional Mandatory*** field - Required while requesting for LVC card."
},
"velocity": {
"type": "string",
"description": "Number of times the card can be used in a configured duration.
**Conditional Mandatory*** field - Required while requesting for LVC card."
},
"validity": {
"type": "string",
"description": "Card validity duration after which the card gets expired.
**Conditional Mandatory*** field - Required while requesting for LVC card.
Must be expressed in ISO 8601 Durations format:
Format - P(n)Y(n)M(n)DT(n)H(n)M(n)S
Where:
\n* (n) is replaced by the value for each of the date and time elements that follow the (n).
\n* P is the duration designator (referred to as \"period\"), and is always placed at the beginning of the duration.
\n* Y is the year designator that follows the value for the number of years.
\n* M is the month designator that follows the value for the number of months.
\n* W is the week designator that follows the value for the number of weeks.
\n* D is the day designator that follows the value for the number of days.
\n* T is the time designator that precedes the time components.
\n* H is the hour designator that follows the value for the number of hours.
\n* M is the minute designator that follows the value for the number of minutes.
* S is the second designator that follows the value for the number of seconds.
Maximum validity period: 3 Years"
}
}
}