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
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! -->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input:
1c-zup-odata-metadata.xml.gz
Output:
swagger.generated.json.gz
The text was updated successfully, but these errors were encountered: