We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<ComplexType Name="Attributes"> <Annotation Term="OData.AdditionalProperties" Bool="false"/> <Annotation Term="Redfish.DynamicPropertyPatterns"> <Collection> <Record> <PropertyValue Property="Pattern" String="[A-Za-z0-9]+"/> <PropertyValue Property="Type" String="Collection(DellBootSources.v1_0_0.Entry)"/> </Record> </Collection> </Annotation> </ComplexType>
Afflicted line is
type_obj = sub_obj.Type.catalog.getSchemaDocByClass(my_odata_type).getTypeInSchemaDoc(my_odata_type)
... where my_odata_type is the Type string above. Simple fix should strip my_odata_type from 'Collection('
my_odata_type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Afflicted line is
... where
my_odata_type
is the Type string above. Simple fix should strip my_odata_type from 'Collection('The text was updated successfully, but these errors were encountered: