Open d9k opened 10 months ago
Input:
1c-zup-odata-metadata.xml.gz
<!-- . . . . . --> <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:
swagger.generated.json.gz
"StandardODATA.Catalog_Кассы": { "ДополнительныеРеквизиты": { "type": "array", "items": { "$ref": "#/definitions/StandardODATA.Catalog_Кассы_ДополнительныеРеквизиты_RowType" } } }, <!-- No Catalog_Кассы_ДополнительныеРеквизиты_RowType definitions below! -->
Input:
1c-zup-odata-metadata.xml.gz
Output:
swagger.generated.json.gz