ga4gh-discovery / ga4gh-service-info

GA4GH service-info specification.
Apache License 2.0
9 stars 8 forks source link

Add field for service maturity #33

Closed mcupak closed 5 years ago

mcupak commented 5 years ago

Add a field indicating whether a particular service is prod vs. test etc. This should be an optional string field.

mcupak commented 5 years ago

Requested by Jordi (ELIXIR Beacon): 3 levels: prod, test, dev

andrewyatz commented 5 years ago

Suggested change

        maturity:
          type: string
          description: 'Describes the level of maturity of the service deployed. Used to flag if a service is production ready or is serving another purpose'
          enum: [prod, dev, test, unknown]
          default: unknown
mcupak commented 5 years ago

LGTM.