Swagger$json top-level constant

  1. @Deprecated('Use swaggerDescriptor instead')
Map<String, Object> const Swagger$json

Implementation

@$core.Deprecated('Use swaggerDescriptor instead')
const Swagger$json = const {
  '1': 'Swagger',
  '2': const [
    const {'1': 'swagger', '3': 1, '4': 1, '5': 9, '10': 'swagger'},
    const {
      '1': 'info',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.Info',
      '10': 'info'
    },
    const {'1': 'host', '3': 3, '4': 1, '5': 9, '10': 'host'},
    const {'1': 'base_path', '3': 4, '4': 1, '5': 9, '10': 'basePath'},
    const {
      '1': 'schemes',
      '3': 5,
      '4': 3,
      '5': 14,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.Scheme',
      '10': 'schemes'
    },
    const {'1': 'consumes', '3': 6, '4': 3, '5': 9, '10': 'consumes'},
    const {'1': 'produces', '3': 7, '4': 3, '5': 9, '10': 'produces'},
    const {
      '1': 'responses',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.Swagger.ResponsesEntry',
      '10': 'responses'
    },
    const {
      '1': 'security_definitions',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions',
      '10': 'securityDefinitions'
    },
    const {
      '1': 'security',
      '3': 12,
      '4': 3,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement',
      '10': 'security'
    },
    const {
      '1': 'external_docs',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation',
      '10': 'externalDocs'
    },
    const {
      '1': 'extensions',
      '3': 15,
      '4': 3,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.Swagger.ExtensionsEntry',
      '10': 'extensions'
    },
  ],
  '3': const [Swagger_ResponsesEntry$json, Swagger_ExtensionsEntry$json],
  '9': const [
    const {'1': 8, '2': 9},
    const {'1': 9, '2': 10},
    const {'1': 13, '2': 14},
  ],
};