Skip to content

Object type support#696

Merged
antho1404 merged 8 commits intodevfrom
feature/object-type-support
Jan 14, 2019
Merged

Object type support#696
antho1404 merged 8 commits intodevfrom
feature/object-type-support

Conversation

@antho1404
Copy link
Copy Markdown
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
Copy Markdown
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