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

Object type support #696

Merged
merged 8 commits into from
Jan 14, 2019
Merged

Object type support #696

merged 8 commits into from
Jan 14, 2019

Conversation

antho1404
Copy link
Member

Implementation of the objects as an optional property.
It is now possible to have inputs complex like

name: "myservice"
sid: "test"
description: "Description of my service"
tasks:
  taskX:
    inputs:
      foo:
        type: Object
        object:
          x: { type: String }
          yy: { type: Any }
          z: 
            type: String
            repeated: true
        repeated: true
    outputs:
      success:
        data:
          message:
            type: String

@antho1404 antho1404 mentioned this pull request Jan 13, 2019
@antho1404 antho1404 merged commit 74269f2 into dev Jan 14, 2019
@antho1404 antho1404 deleted the feature/object-type-support branch January 14, 2019 03:16
@mesg-bot
Copy link
Member

This pull request has been mentioned on MESG Community. There might be relevant details there:

https://forum.mesg.com/t/add-more-detailed-data-in-the-mesg-yml/126/23

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.

4 participants