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

[panel] Recursively resolve allOf property #19

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

arntanguy
Copy link
Collaborator

This PR adds support for recursive allOf properties in JSON schemas, e.g

    "allOf":
    [
      {
        "type": "object"
      }
      {
        "allOf":
        [
          {
            "properties":
            {
               "type": "number"
            }
          },
          {
            "$ref": "/../../ref.json"
          }
        ]
      }
    ]

This is necessary to support the reorganized StabilizerTask schemas of jrl-umi3218/mc_rtc#95

@arntanguy arntanguy force-pushed the topic/RecursiveAllOf branch from ea9c5cb to 9cdbbe7 Compare March 25, 2021 06:14
@arntanguy arntanguy merged commit 9c81718 into jrl-umi3218:master Mar 25, 2021
@arntanguy arntanguy deleted the topic/RecursiveAllOf branch March 25, 2021 06:57
gergondet added a commit that referenced this pull request Aug 10, 2021
Changes
===

- [convex visualization] Support all sch shapes (#13)
- [panel] Improve form support (#23/#24)
- [panel] Improve plot support (#15/#17)
- [panel] Improve schema support (#9/#19)
- [panel] Add support for Robot (#16)
- [panel] Add support for Table (#11/#12)
- [panel] Add support for Visual (#21)
- [ticker] Add step by step mode (#10)
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

Successfully merging this pull request may close these issues.

2 participants