OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Topics for next meeting


I’d like to discuss:

1)      When do we release the new vocabularies?

a.       Will the new vocabularies be marked as v4.0 or v4.01?  (I think answer is already v4.0)

2)      The specification of Actions is not intuitive to me. 

a.       Why would redfish specify the binding parameter with type  MyType.Actions?

                                                               i.      Unclear why it isn’t defined with type: MyType.MyType

b.      Is the value of the binding parameter intended to be a reference to the property Actions?

c.       How are ‘by value’ or ‘by reference’ semantics communicated in a parameter specification?

d.      <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MyType">

<EntityType Name=" MyType">		
<Property Name="Actions" Type=" MyType.Actions" Nullable="false"/>
</EntityType>

<Action Name="MyAction" IsBound="true">
<Parameter Name="MyType" Type="MyType.Actions"/>
</Action>

<ComplexType Name="Actions">
<Annotation Term="OData.AdditionalProperties" Bool="false"/>
<Property Name="Oem" Type=" MyType.OemActions" Nullable="false"/>
</ComplexType>

<ComplexType Name="OemActions">
<Annotation Term="OData.AdditionalProperties" Bool="true"/>
</ComplexType>

</Schema>

 

George Ericson

Dell EMC | Distinguished Engineer

Office of the CTO, Midrange and Entry Solutions

O: +1 508.249.7429 | M: +1 508.498.8461

Email: George.Ericson@Dell.com

Twitter: @GEricson

Address: 228 South Street, Hopkinton, MA, 01748-2233

 

EA: Christine Carey | O: +1 508.249.9232 | E: Christine.Carey@Dell.com

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]