Kyle Fuller
Kyle Fuller
I don't think we should be interchanging the terms `minim` and `namespace`. Minim refers to the library "minim" whereas namespace refers to the instance of the minim `Namespace` type. Right...
Parse Results should contain a profile link to API Elements, the specific version that the parser emitted. This will allow consumers to discover if a parse result contains new semantics...
Right now we provide `swagger-zoo` as a package with common Swagger 2 document and their API Elements parse result. We should bring `-zoo` or similiar packages for each API Description...
This is an issue to propose / discuss how we should expose information on where a particular API is deployed. ### Current Support #### API Blueprint The API Blueprint does...
I think it would make sense that we provide information in the parse result (or API Element) that contains some information about the source document such as the format itself...
I didn't find a mention of the nullable type attribute for data structures in the spec. I think this is missing.
I'm opening this issue to create a discussion around how we should handle the evolution of API Elements. I would like to involve relevant parties when introducing new element types,...
Re https://github.com/apiaryio/drafter/pull/653#discussion_r232318730, the specification doesn't state if line and column numbers are 0-indexed or 1-indexed. /c @klokane @tjanc
Moved from https://github.com/refractproject/refract-spec/issues/42