datacontract / datacontract-specification

The Data Contract Specification Repository

Home Page:https://datacontract.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add info.status

simonharrer opened this issue · comments

Add the status field to the info block:

dataContractSpecification: 0.9.2
id: my-id
info:
  title: My Data Contract
  version: 0.0.1
  status: in development

Possible status values: proposed, in development, active, retired

It would be useful for my use cases 👍

I've added info.status with the possible values "proposed", "in development", "active", and "retired".