-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20191211 synchronisation minus cruft #6
Conversation
This reverts commit 592fa79.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 new tickets created on standards-maintenance
@@ -351,7 +351,7 @@ | |||
"tags" : [ "Banking", "Accounts" ], | |||
"summary" : "Get Account Balance", | |||
"description" : "Obtain the balance for a single specified account", | |||
"operationId" : "listBalance", | |||
"operationId" : "getBalance", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1880,7 +1880,7 @@ | |||
} | |||
} | |||
}, | |||
"BankingProduct" : { | |||
"BankingProductV2" : { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2525,7 +2532,10 @@ | |||
"enum" : [ "termDeposit", "creditCard", "loan" ] | |||
}, | |||
"termDeposit" : { | |||
"$ref" : "#/definitions/BankingTermDepositAccount" | |||
"type" : "array", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -4278,7 +4308,7 @@ | |||
} | |||
} | |||
}, | |||
"CommonDiscoveryStatus_data" : { | |||
"ResponseCommonDiscoveryStatus_data" : { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -4059,6 +4075,20 @@ | |||
}, | |||
"description" : "Object that contains links to additional information on specific topics" | |||
}, | |||
"BankingProductV2_cardArt" : { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -18,7 +18,7 @@ DateTimeString | Combined Date and Time string as per RFC- 3339 (labelled date-t | |||
DateString | Date string as per RFC-3339 (labelled full-date in the RFC). UTC time should always be used | “2007-05-01”<br/>“2012-12-25” | |||
TimeString | Time string as per RFC-3339 (labelled full-time in the RFC). UTC time should always be used | “15:43:00.12345Z”<br/>“15:43:00-12:00” | |||
CurrencyString | Standard 3 character currency codes as per ISO-4217 | “AUD”<br/>“USD”<br/>“GBP” | |||
RateString | A string representing an interest rate. A rate of 100% would be represented by the value 1.0 and a rate of -100% by -1.0<br/>- A number constrained to the range [-1.0, 1.0]<br/>- At least 1 and up to a total of 16 significant digits before decimal point<br/>- Up to 16 digits following the decimal point<br/>- No formatting, eg thousand separating commas | “82”<br/>“0.05”<br/>“12.3456789”<br/>“99.123456789123” | |||
RateString | A string representing an interest rate. A rate of 100% would be represented by the value 1.0 and a rate of -100% by -1.0<br/>- At least 1 and up to a total of 16 significant digits before decimal point<br/>- Up to 16 digits following the decimal point<br/>- No formatting, eg thousand separating commas | “0.05”<br/>“-0.05”<br/>“12.3456789”<br/>“-99.123456789123” |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <a id="RFC2119"></a>**[RFC2119]** | Key words for use in RFCs to Indicate Requirement Levels <https://tools.ietf.org/html/rfc2119> |RFC2119 | ||
| <a id="RFC7009"></a>**[RFC7009]** | OAuth 2.0 Token Revocation: <https://tools.ietf.org/html/rfc7009> |RFC7009 | ||
| <a id="RFC7523"></a>**[RFC7523]** | JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants: <https://tools.ietf.org/html/rfc7523> |RFC7523 | ||
| <a id="RFC7662"></a>**[RFC7662]** | OAuth 2.0 Token Introspection: <https://tools.ietf.org/html/rfc7662> |RFC7662 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<aside class="notice"> | ||
NOTE: Where an end point in this section requires TLS only the certificate used is to be provisioned by the CDR CA | ||
</aside> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…draft Publish draft of the energy end points and payloads
No description provided.