1. 31 Jul, 2024 1 commit
    • Rafael Monnerat's avatar
      kvm/theia: fixup resilient schema · 8297f3dc
      Rafael Monnerat authored
        You cannot expand properties with  since it expects
        to be an object or boolean.
      
        Revert to use allOf back, however set additionalProperties true,
        so the schemas are mutually partially valid.
      
        Other solutions might too verbose or too restrictive to the use
        case (or simply invalid).
      8297f3dc
  2. 30 Jul, 2024 3 commits
  3. 29 Jul, 2024 1 commit
    • Rafael Monnerat's avatar
      kvm/theia: Dont use allOf on resilient to extend properties · 42083eea
      Rafael Monnerat authored
        allOf implies that all (both) schemas should be valid, but
          additionalProperties false wont allow it, since it become multually
          invalid. (You can validate only one or None)
      
        Just use $ref to expand the list, it end up with the expected outcome
         reducing complexity.
      
        Note: kvm wasn't using additionalProperties false but it was changed
         because it makes it future proof, in case we set it (we should set).
      42083eea
  4. 25 Jul, 2024 3 commits
  5. 24 Jul, 2024 1 commit
  6. 22 Jul, 2024 1 commit
  7. 19 Jul, 2024 2 commits
  8. 17 Jul, 2024 1 commit
  9. 16 Jul, 2024 2 commits
  10. 15 Jul, 2024 10 commits
  11. 12 Jul, 2024 5 commits
  12. 11 Jul, 2024 2 commits
  13. 09 Jul, 2024 3 commits
  14. 08 Jul, 2024 4 commits
  15. 03 Jul, 2024 1 commit