-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Input:
<!-- . . . . . -->
<EntityType Name="Catalog_Кассы">
<Property Name="ДополнительныеРеквизиты"
Type="Collection(StandardODATA.Catalog_Кассы_ДополнительныеРеквизиты_RowType)"
Nullable="true"/>
<!-- . . . . . -->
</EntityType>
<ComplexType Name="Catalog_Кассы_ДополнительныеРеквизиты_RowType">
<Property Name="Ref_Key"
Type="Edm.Guid"
Nullable="false"/>
<Property Name="LineNumber"
Type="Edm.Int64"
Nullable="false"/>
<!-- . . . . . -->
</ComplexType>Output:
"StandardODATA.Catalog_Кассы": {
"ДополнительныеРеквизиты": {
"type": "array",
"items": {
"$ref": "#/definitions/StandardODATA.Catalog_Кассы_ДополнительныеРеквизиты_RowType"
}
}
},
<!-- No Catalog_Кассы_ДополнительныеРеквизиты_RowType definitions below! -->
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels