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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. Add command to generate jsonschema for limayaml

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    17cc6cf 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 Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca653c6 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 Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3f414ac 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 Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dbe85a3 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 Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a5894c8 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 Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e0697d7 View commit details
    Browse the repository at this point in the history