Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.0
x-camara-commonalities: 0.6
version: wip
x-camara-commonalities: wip
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/BlockchainPublicAddress
servers:
- url: "{apiRoot}/blockchain-public-address-validation/v0.1"
- url: "{apiRoot}/blockchain-public-address-validation/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
6 changes: 3 additions & 3 deletions code/API_definitions/blockchain-public-address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.3.0
x-camara-commonalities: 0.6
version: wip
x-camara-commonalities: wip
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/BlockchainPublicAddress
servers:
- url: "{apiRoot}/blockchain-public-address/v0.3"
- url: "{apiRoot}/blockchain-public-address/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation bindBlockchainPublicAddress
Feature: CAMARA Blockchain Public Address API, vwip - Operation bindBlockchainPublicAddress
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -11,7 +11,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation bindBlockchain
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common bindBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3/blockchain-public-addresses"
Given the resource "/blockchain-public-address/vwip/blockchain-public-addresses"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation deleteBlockchainPublicAddress
Feature: CAMARA Blockchain Public Address API, vwip - Operation deleteBlockchainPublicAddress
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -11,7 +11,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation deleteBlockcha
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common deleteBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3/blockchain-public-addresses/{id}"
Given the resource "/blockchain-public-address/vwip/blockchain-public-addresses/{id}"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation retrieveBlockchainPublicAddress
Feature: CAMARA Blockchain Public Address API, vwip - Operation retrieveBlockchainPublicAddress
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -11,7 +11,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0 - Operation retrieveBlockc
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common retrieveBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3/blockchain-public-addresses/retrieve-blockchains"
Given the resource "/blockchain-public-address/vwip/blockchain-public-addresses/retrieve-blockchains"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Blockchain Public Address Validation API, v0.1.0 - Operation createBlockchainPublicAddressValidationNonce
Feature: CAMARA Blockchain Public Address Validation API, vwip - Operation createBlockchainPublicAddressValidationNonce
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -11,7 +11,7 @@ Feature: CAMARA Blockchain Public Address Validation API, v0.1.0 - Operation cre
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address-validation.yaml

Background: Common createBlockchainPublicAddressValidationNonce setup
Given the resource "/blockchain-public-address-validation/v0.1/blockchain-public-addresses"
Given the resource "/blockchain-public-address-validation/vwip/blockchain-public-addresses"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down