GithubHelp home page GithubHelp logo

Comments (4)

santiagordguez avatar santiagordguez commented on June 25, 2024

Hi @jbonnet , @mbredel

There could be multiple licence types per service based on, for example, the number of simultaneous connections, regional restrictions, user profile (bronze/silver/gold), etc.

With our simplification (public/private for both instantiation and package creation avoiding public-private combinations) it could be enough only one element instead of an array unless we consider instantiation and package creation separately. E.g: public instantiation and private packaging, only public instantiation, etc... but this would increase the complexity of out licence model.

from son-schema.

jbonnet avatar jbonnet commented on June 25, 2024

@srodriguezOPT in my understanding, the examples you give should be treated at the licence level. If more than one licence (an array) is given, how should the GK know which one to check?

from son-schema.

santiagordguez avatar santiagordguez commented on June 25, 2024

@jbonnet

I was thinking in a generic way. If we want to impact/collaborate in the standard definition, maybe we should set this field as an array due to the possibility to define several licences to the same service.

It's the customer who selects the licences that match with its needs and the gatekeeper should check all of them (all the licence instances that were created with its selection) by type.

In our case and with our simplification we all agree that one licence in the descriptor is enough (public/private type) but what format will we use?

licence: {
  type: "private",
  url: "http://some.url"
}

or

licences: [
     {
         type: "private",
         url: "http://some.url"
      }
]

always using licences[0].

What do you think?

from son-schema.

jbonnet avatar jbonnet commented on June 25, 2024

@srodriguezOPT
Hmm... I see... I had never thought of it in that way (several licences). It could be like... an Apple Store licence and a Google Play (read Android) licence? My doubts are when there are two conflicting licences, like one public and one private...

from son-schema.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.