projects:
  ShoppingProject:
    description: This is a sample description
    tags:
      - Shopping
      - StudioProject
    assets:
      api:
        - $ref: cartAPI:1.0
        - $ref: 'Shopping: orderAPI: 1.0'
      api_spec:
        - $ref: cartAPI-spec:1.0
        - $ref: 'Shopping: orderAPI-spec: 1.0'
      policies:
        - $ref: global:MyAuthPolicy:v1
        - $ref: log_invocation:v1
