Skip to content

Ability to get Project Output's traits/features #3

@sergyperov

Description

@sergyperov

Given our latest discussion about custom titles for editions, I assume it would be great to send additional metadata such as output's features, e.g.:

"generativePlatformStandard": {
    "id": "1337",
    "type": "READY",
    "payload": {
        "traits": [
            {
                "name": "title",
                "value": "Random output with RED SKY #33"
            }
            {
                "name": "sunColor",
                "value": "red"
            }
        ]
    }
}

I assume there shouldn't be an API methid to fetch all possible traits, because there is a chance Project is not aware of all outputs. Therefore list of all various is usually cradfted by Platform based on all generated Project's outputs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions