Skip to content
zdne edited this page Nov 4, 2014 · 1 revision

Proposed

  • Recursive nested types

    Enable to define (recursively) nested types' nested types.

    - foo (array[array[string]])
    
  • Description keyword

    To allow descriptions between type sections, or to allow a description starting with a list item

    - foo (object)
        - Description
            - one
            - two
        - Properties
            - one
            - two
        - Description
    
            Lorem Ipsum
    
  • Referencing across documents

    Uniquely identify an element (clarify, is it just a Named Type) in an MSON

  • Namespaces

Solved

  • Referencing MSON within an MSON
  • Multiline Values (ref)
Clone this wiki locally