Skip to content

Instantly share code, notes, and snippets.

@pdxjohnny
Last active March 24, 2023 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdxjohnny/ee54079831991d9155b457adb634b78b to your computer and use it in GitHub Desktop.
Save pdxjohnny/ee54079831991d9155b457adb634b78b to your computer and use it in GitHub Desktop.
7bef64ae78ead17aa4c9baaee6061da7612b6e1d - https://github.com/w3c-ccg/traceability-interop - git grep \\.yml
.gitignore:.yarn/build-state.yml
README.md:[![Interoperability Report](https://github.com/w3c-ccg/traceability-interop/actions/workflows/interoperability-report.yml/badge.svg)](https://github.com/w3c-ccg/traceability-interop/actions/workflows/interoperability-report.yml)
README.md:[![Conformance Report](https://github.com/w3c-ccg/traceability-interop/actions/workflows/conformance-run.yml/badge.svg)](https://github.com/w3c-ccg/traceability-interop/actions/workflows/conformance-run.yml)
README.md: `openapi.yml` spec, ensuring there are no issues.
README.md:2. `npm run preserve`: This command is used to bundle our `openapi.yml` file
docs/openapi/index.html: spec-url="./openapi.yml"
docs/openapi/openapi.yml: $ref: './resources/api-configuration.yml'
docs/openapi/openapi.yml: $ref: './resources/did.yml'
docs/openapi/openapi.yml: $ref: './resources/credential-issuer.yml'
docs/openapi/openapi.yml: $ref: './resources/credential-status.yml'
docs/openapi/openapi.yml: $ref: './resources/credential-verifier.yml'
docs/openapi/openapi.yml: $ref: './resources/credential.yml'
docs/openapi/openapi.yml: $ref: './resources/presentations.yml'
docs/openapi/openapi.yml: $ref: './resources/presentation-prover.yml'
docs/openapi/openapi.yml: $ref: './resources/presentation-verifier.yml'
docs/openapi/openapi.yml: $ref: './resources/presentation-available.yml'
docs/openapi/openapi.yml: $ref: './resources/presentation-submissions.yml'
docs/openapi/openapi.yml: $ref: './parameters/_index.yml'
docs/openapi/openapi.yml: $ref: './schemas/_index.yml'
docs/openapi/openapi.yml: $ref: './responses/_index.yml'
docs/openapi/parameters/_index.yml: $ref: "./path/did.yml"
docs/openapi/parameters/_index.yml: $ref: "./query/limit.yml"
docs/openapi/resources/api-configuration.yml: $ref: "../schemas/TraceabilityAPIDIDWebDocument.yml"
docs/openapi/resources/api-configuration.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/credential-issuer.yml: $ref: '../schemas/Credential.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../schemas/IssueCredentialOptions.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../schemas/SerializedVerifiableCredential.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../responses/BadRequest.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../responses/ErrUnknownIssuer.yml'
docs/openapi/resources/credential-issuer.yml: $ref: '../responses/UnexpectedError.yml'
docs/openapi/resources/credential-status.yml: $ref: '../responses/BadRequest.yml'
docs/openapi/resources/credential-status.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/credential-status.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/credential-status.yml: $ref: '../responses/NotFound.yml'
docs/openapi/resources/credential-status.yml: $ref: '../responses/UnexpectedError.yml'
docs/openapi/resources/credential-verifier.yml: - $ref: "../parameters/header/vcFormat.yml"
docs/openapi/resources/credential-verifier.yml: $ref: "../schemas/SerializedVerifiableCredential.yml"
docs/openapi/resources/credential-verifier.yml: $ref: "../schemas/VerificationResult.yml"
docs/openapi/resources/credential-verifier.yml: $ref: '../responses/BadRequest.yml'
docs/openapi/resources/credential-verifier.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/credential-verifier.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/credential-verifier.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/credential.yml: - $ref: "../parameters/path/credential-id.yml"
docs/openapi/resources/credential.yml: $ref: "../schemas/RevocationListCredential.yml"
docs/openapi/resources/credential.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/credential.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/credential.yml: $ref: '../responses/NotFound.yml'
docs/openapi/resources/credential.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/did.yml: - $ref: "../parameters/path/did.yml"
docs/openapi/resources/did.yml: $ref: "../schemas/DidResolutionResponse.yml"
docs/openapi/resources/did.yml: $ref: '../responses/ErrInvalidDID.yml'
docs/openapi/resources/did.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/did.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/did.yml: $ref: '../responses/NotFound.yml'
docs/openapi/resources/did.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/presentation-available.yml: $ref: "../schemas/NotifyPresentationAvailableRequest.yml"
docs/openapi/resources/presentation-available.yml: $ref: "../schemas/NotifyPresentationAvailableResponse.yml"
docs/openapi/resources/presentation-available.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/presentation-prover.yml: $ref: "../schemas/Presentation.yml"
docs/openapi/resources/presentation-prover.yml: - $ref: "../schemas/PresentationOptions.yml"
docs/openapi/resources/presentation-prover.yml: $ref: "../schemas/SerializedVerifiablePresentation.yml"
docs/openapi/resources/presentation-prover.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/presentation-prover.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/presentation-prover.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/presentation-submissions.yml: $ref: "../schemas/VerifiablePresentation.yml"
docs/openapi/resources/presentation-submissions.yml: $ref: "../schemas/VerificationResult.yml"
docs/openapi/resources/presentation-submissions.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/presentation-verifier.yml: $ref: "../schemas/SerializedVerifiablePresentation.yml"
docs/openapi/resources/presentation-verifier.yml: $ref: "../schemas/PresentationOptions.yml"
docs/openapi/resources/presentation-verifier.yml: $ref: "../schemas/VerificationResult.yml"
docs/openapi/resources/presentation-verifier.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/presentation-verifier.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/presentation-verifier.yml: $ref: "../responses/UnexpectedError.yml"
docs/openapi/resources/presentations.yml: $ref: '../schemas/Presentation.yml'
docs/openapi/resources/presentations.yml: $ref: '../responses/Unauthenticated.yml'
docs/openapi/resources/presentations.yml: $ref: '../responses/Unauthorized.yml'
docs/openapi/resources/presentations.yml: $ref: '../responses/UnexpectedError.yml'
docs/openapi/responses/BadRequest.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/ErrInvalidDID.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/ErrUnknownIssuer.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/NotFound.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/Unauthenticated.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/Unauthorized.yml: - $ref: '../schemas/Error.yml'
docs/openapi/responses/UnexpectedError.yml: $ref: '../schemas/Error.yml'
docs/openapi/responses/_index.yml: $ref: './BadRequest.yml'
docs/openapi/responses/_index.yml: $ref: './UnexpectedError.yml'
docs/openapi/responses/_index.yml: $ref: './NullResponse.yml'
docs/openapi/schemas/CredentialLinkedDataProof.yml: - $ref: "./LinkedDataProof.yml"
docs/openapi/schemas/Presentation.yml: $ref: './SerializedVerifiableCredential.yml'
docs/openapi/schemas/PresentationLinkedDataProof.yml: - $ref: "./LinkedDataProof.yml"
docs/openapi/schemas/RevocationListCredential.yml: - $ref: './Credential.yml'
docs/openapi/schemas/RevocationListCredential.yml: $ref: './CredentialLinkedDataProof.yml'
docs/openapi/schemas/SerializedVerifiableCredential.yml: - $ref: "./VerifiableCredential.yml"
docs/openapi/schemas/SerializedVerifiableCredential.yml: - $ref: "./VC-JWT.yml"
docs/openapi/schemas/SerializedVerifiablePresentation.yml: - $ref: "./VerifiablePresentation.yml"
docs/openapi/schemas/SerializedVerifiablePresentation.yml: - $ref: "./TraceablePresentation.yml"
docs/openapi/schemas/SerializedVerifiablePresentation.yml: - $ref: "./VP-JWT.yml"
docs/openapi/schemas/TraceablePresentation.yml: - $ref: "./VerifiablePresentation.yml"
docs/openapi/schemas/TraceablePresentation.yml: $ref: "./Workflow.yml"
docs/openapi/schemas/VerifiableCredential.yml: - $ref: "./Credential.yml"
docs/openapi/schemas/VerifiableCredential.yml: $ref: "./CredentialLinkedDataProof.yml"
docs/openapi/schemas/VerifiablePresentation.yml: - $ref: "./Presentation.yml"
docs/openapi/schemas/VerifiablePresentation.yml: $ref: "./PresentationLinkedDataProof.yml"
docs/openapi/schemas/_index.yml: $ref: "./Error.yml"
docs/spec/index.html: href="https://w3id.org/traceability/interoperability/actions/workflows/interoperability-report.yml">interoperability-report.yml</a>
environment-setup/onboard-register.sh:gh workflow run onboard-register.yml --repo "$GITHUB_REPOSITORY" \
environment-setup/onboard-rotate.sh:gh workflow run onboard-rotate.yml --repo "$GITHUB_REPOSITORY" \
package.json: "validate-spec": "npx swagger-cli validate docs/openapi/openapi.yml",
package.json: "preserve": "npx swagger-cli bundle docs/openapi/openapi.yml -o docs/openapi/openapi.json --dereference",
reporting/README.md:$ conda env create -f environment.yml python=3.9
tests/update_conformance_schemas.sh:YAML_SRC=`dirname "$SCRIPT_DIR"`/docs/openapi/openapi.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment