[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (COEL-62) Combine COEL model json files into one file
[ https://issues.oasis-open.org/browse/COEL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62725#comment-62725 ]
Paul Bruton edited comment on COEL-62 at 6/20/16 10:07 AM:
-----------------------------------------------------------
David, I'd propose a structure like the following (as we discussed on Friday) in a single file:
Note, I have added the version as a single element at the top so that the model file is self-identifying..
What do you think?
(I was going to attach the merged file but I see this JIRA does not allow attachments. I'll email you separately)
{
"Version" : ["1","0","0","0"],
"Clusters" : [{"Cluster": 1, "Name": "Personalcare", "Class": 0, ...
"Classes" : [{"Cluster": 1, "Name": "Body", "Class": 1, "SubClass": ...
"SubClasses" : [{"Cluster": 1, "Name": "Having a shower", "Class": 1, ...
"Elements" : [{"Cluster": 1, "Name": "Turn on shower", "Class": 1, ...
}
was (Author: paul.bruton):
David, I'd propose a structure like the following (as we discussed on Friday) in a single file:
Note, I have added the version as a single element at the top so that the model file is self-identifying..
What do you think?
{
"Version" : ["1","0","0","0"],
"Clusters" : [{"Cluster": 1, "Name": "Personalcare", "Class": 0, ...
"Classes" : [{"Cluster": 1, "Name": "Body", "Class": 1, "SubClass": ...
"SubClasses" : [{"Cluster": 1, "Name": "Having a shower", "Class": 1, ...
"Elements" : [{"Cluster": 1, "Name": "Turn on shower", "Class": 1, ...
}
> Combine COEL model json files into one file
> -------------------------------------------
>
> Key: COEL-62
> URL: https://issues.oasis-open.org/browse/COEL-62
> Project: OASIS Classification of Everyday Living (COEL) TC
> Issue Type: Task
> Reporter: Paul Bruton
> Assignee: David Snelling
>
> Create a single file from the existing four JSON files using key/value pair and update any ad-hoc tools we are using for compatibility.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]