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

Initial Profiles proposal #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dgovil
Copy link
Contributor

@dgovil dgovil commented Nov 28, 2024

Description of Proposal

This PR proposes the addition of profiles as metadata to USD documents.
Profiles are short, structured descriptions of potentially non-standard features
used within the stage such that a runtime or human can know of their existence ahead of time.

Profiles are not meant to change runtime parsing behaviour, and are essentially just
informational hints.

A proposed example would be:

(
    profile = {
        string name = "org.openusd.core"
        string version = "1.2.3"
        dictionary compatibility = {
            string com.apple.realitykit = "4.3.2"
        }
        dictionary required = {
            dictionary fileFormats = {
                string org.aom.vvm = "1.0.0"
            }
        }
        dictionary optional = {
            dictionary schemas = {
                string com.apple.realitykit.components = "1.0.0"
            }
        }
    }
)

Link to Rendered Proposal

Contributing

Copy link
Member

@meshula meshula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved to merge for discussion as draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Draft
Development

Successfully merging this pull request may close these issues.

3 participants