Skip to content

3 integrate json structured entity descriptors#8

Merged
carlosmada22 merged 3 commits into
mainfrom
3-integrate-json-structured-entity-descriptors
Aug 6, 2025
Merged

3 integrate json structured entity descriptors#8
carlosmada22 merged 3 commits into
mainfrom
3-integrate-json-structured-entity-descriptors

Conversation

@carlosmada22
Copy link
Copy Markdown
Collaborator

Proposed JSON structure:

{
  "actions": [
    {
      "action": "CREATE",
      "entity": "OBJECT",
      "location": {
        "experiment": "/MY_SPACE/MY_PROJECT/MY_EXPERIMENT_01"
      },
      "payload": {
        "code": "My_New_Object_01",
        "type": "RAW_IMAGE",
        "properties": {
          "NOTES": "Created from chatBIS"
        },
        "parents": ["/MY_SPACE/ANOTHER_PROJECT/PARENT_OBJECT_123"],
        "children": []
      }
    }
  ]
}

@carlosmada22 carlosmada22 self-assigned this Aug 6, 2025
@carlosmada22 carlosmada22 linked an issue Aug 6, 2025 that may be closed by this pull request
@carlosmada22 carlosmada22 merged commit 79a0e18 into main Aug 6, 2025
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.

Integrate JSON structured entity descriptors

1 participant