.. _tosca_repositories: Repositories ============ ``repositories`` refers to a named `repository ` which contains deployment and implementation artifacts that are referenced within the TOSCA Service Template. If the repository name matches the package id syntax, Unfurl will treat repository declaration as a package rule. Declaration +++++++++++ .. code:: yaml : url: # optional keys: description: credential: # optional Unfurl extensions: revision: metadata: Example ++++++++ .. code:: yaml repositories: my_code_repo: description: My project’s code repository in GitHub url: https://github.com/my-project/