Christian Heidenreich

Results 26 issues of Christian Heidenreich

Hi. This seems to look like a very cool project. Are you still working on it?

Currently, the spec has tables, text, and only few links. We want to improve the content by introducing a better table structure that basically contains the key name of a...

Status: Accepted
Topic: Spec
Type: Maintenance

In the current version of the specification, the value of a `baseUri` node is described as follows: > The value of the baseUri node is a string that MUST conform...

Status: Candidate
Topic: Spec
Type: Maintenance
Scope: HTTP

Currently, the spec defines that the value of the `baseUri` node need to conform the RFC2396 specification (see [this issue](https://github.com/raml-org/raml-spec/issues/644) for updating it to RFC3986). Both specs RFC2396(old) and RFC3986(new)...

Status: Candidate
Topic: Spec
Type: Maintenance
Scope: HTTP

Assume we have the following type definitions: ```yaml types: EventType: type: object properties: eventTypeId: type: string eventTypeName: type: string eventTypeCategory: enum: [alert,notification,business,device,status] TemperatureSensorEvent: type: EventType properties: temperature: number unit: enum:...

Type: Question
Topic: Spec
Scope: RAML Data Type

Currently the spec states: --- There are only a few restrictions: - Validation of any XML or JSON instance against inner elements follows the same restrictions as the validation against...

Status: Idea
Topic: Spec
Type: Maintenance

At the moment, the specification is not clear about if you can leave the value of the `enum` facet completely empty or if it is allowed to define it as...

Type: Enhancement
Status: Idea
Topic: Spec

Would be nice to execute the converter from your CLI :)

I'd like to ask the mocking service which RAML document it currently mocks. It should use the mechanism described [here](https://github.com/raml-org/raml-spec/issues/556). One example of HTTP response for a hypothetical HTTP request:...

enhancement

![image](https://cloud.githubusercontent.com/assets/498114/19116968/4685a6ce-8b0f-11e6-8b2e-33d1fa637271.png) As you can see in the image above; I am getting auto-completion inside a JSON schema type definition. Can we prevent that. It's kinda annoying since its comes out...

bug
minor