This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Applies Onix2 adapter runtime settings so it can coexist with Onix1. | |
| # It auto-selects a free host port starting from 8082. | |
| SCRIPT_PATH="${BASH_SOURCE[0]:-$0}" | |
| SCRIPT_DIR="$(cd "$(dirname "${SCRIPT_PATH}")" && pwd)" | |
| COMPOSE_FILE="${SCRIPT_DIR}/docker-compose-adapter.yml" | |
| CONFIG_DIR="${SCRIPT_DIR}/../config" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Beckn Protocol Core | |
| description: Layer 2 config for knowledge-advisory:agrinet:vistaar | |
| version: 1.1.0 | |
| security: | |
| - SubscriberAuth: [] | |
| paths: | |
| /search: | |
| post: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "id": "@id", | |
| "type": "@type", | |
| "@protected": true, | |
| "proof": { | |
| "@id": "https://w3id.org/security#proof", | |
| "@type": "@id", | |
| "@container": "@graph" | |
| }, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.1 | |
| info: | |
| title: Sunbird RC - Schema APIs | |
| description: Schema APIs | |
| termsOfService: https://sunbirdrc.dev/ | |
| contact: | |
| email: sunbird@example.com | |
| license: | |
| name: Apache 2.0 | |
| url: https://www.apache.org/licenses/LICENSE-2.0.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.1 | |
| info: | |
| title: Sunbird RC VC | |
| description: Sunbird RC VC | |
| termsOfService: https://sunbirdrc.dev/ | |
| contact: | |
| email: sunbird@example.com | |
| license: | |
| name: Apache 2.0 | |
| url: https://www.apache.org/licenses/LICENSE-2.0.html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "@context": [ | |
| "https://www.w3.org/2018/credentials/v1", | |
| "https://www.schema.org", | |
| "https://www.proofoftrainingexperience.org/2021/credentials/v1" | |
| "http://purl.org/dc/terms/", | |
| ], | |
| "@id": "uuid1" | |
| "@type": ["VerifiableCredential", "ProofOfTraining"], | |
| "issuer": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "@context": [ | |
| "https://www.w3.org/2018/credentials/v1", | |
| "https://www.schema.org", | |
| "https://www.proofofworkexperience.org/2021/credentials/v1" | |
| "http://purl.org/dc/terms/", | |
| ], | |
| "@id": "uuid1" | |
| "@type": ["VerifiableCredential", "ProofOfWorkExperience"], | |
| "issuer": { |
NewerOlder