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

Add command to generate jsonschema for limayaml #2306

Merged
merged 7 commits into from
Oct 19, 2024

Commits on Oct 19, 2024

  1. Add command to generate jsonschema for limayaml

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    88c17d3 View commit details
    Browse the repository at this point in the history
  2. Improve the limayaml and default.yaml syntax

    Use empty strings for strings and document all the fields
    
    Allow null for pointers and maps with commented out keys
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b89e5b6 View commit details
    Browse the repository at this point in the history
  3. Don't mention null as the builtin default

    The null is only used in the default.yaml as a placeholder
    
    When loaded into a string or array or map, it is "empty".
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    395fb58 View commit details
    Browse the repository at this point in the history
  4. Change mount mountPoint to string pointer

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b204276 View commit details
    Browse the repository at this point in the history
  5. Allow Disk to use either name or struct

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    475f4c6 View commit details
    Browse the repository at this point in the history
  6. Add jsonschema enum for the property types

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cfb63d8 View commit details
    Browse the repository at this point in the history
  7. Allow using composed words, like Arch and Types

    "Codespell found one or more problems"
    
    ArchTypes ==> archetypes
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    55224aa View commit details
    Browse the repository at this point in the history