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

Include FMIS metadata in denormalization #5

Open
paul121 opened this issue May 22, 2023 · 2 comments
Open

Include FMIS metadata in denormalization #5

paul121 opened this issue May 22, 2023 · 2 comments

Comments

@paul121
Copy link
Collaborator

paul121 commented May 22, 2023

/**
* Normalized modus JSON into modus events.
*
* @todo Add helper functions for denormalizing lab and event metadata.
*/
abstract class ModusEventBase implements DenormalizerInterface {

@paul121 paul121 changed the title Include event metadata in denormalization Include FMIS metadata in denormalization May 22, 2023
@paul121
Copy link
Collaborator Author

paul121 commented May 22, 2023

// @todo Add FMIS metadata.
$properties['fmis'] = DataDefinition::create('string');

@paul121
Copy link
Collaborator Author

paul121 commented May 22, 2023

I think there may be a typed-data plugin for "Any" data... TBD if there is any top-level structure to this FMIS data

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

No branches or pull requests

1 participant