raml-org / raml-java-parser

(deprecated) A RAML parser based on SnakeYAML written in Java
Other
174 stars 121 forks source link

Years in datetime-only can be longer that 4 digits #600

Closed jpbelang closed 5 years ago

jpbelang commented 5 years ago

As an side effect of issue #588, years can have more than four digits.

jpbelang commented 5 years ago
#%RAML 1.0
title: RAML Proxy
version: v1

types:
    fireworks:
        type: date-only # no implications about offset
        examples:
            bad1: 20151-07-04T21:00:00.0
            bad2: 20151-07-04T21:00:00