Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation issue: RX "rest" attribute #15

Open
moutonjr opened this issue Aug 20, 2021 · 0 comments
Open

Documentation issue: RX "rest" attribute #15

moutonjr opened this issue Aug 20, 2021 · 0 comments

Comments

@moutonjr
Copy link

Hello,

I'm crushing my head to forge a YAML validating a RX schema containing this line :

        rest:
            type: //any
            of:
                - type: //arr
                  contents: //str
                - type: //map
                  values:
                      type: //any
                      of:
                          - type: //str
                          - type: //arr
                            contents: //str
                            length:
                                min: 2

Although this realluy means something I don't get yet, I can't find easy reference of rule specificication, not in https://rx.codesimply.com/, nor in this GitHub repository.

Is it possible to explain better the content of key elements in some place, for instance the exact sense of the rest keyword? (documentation issue)

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant