lib/swaggerValidator/ajv.ts (3 lines): - line 76: // TODO int64 range exceed Number.MAX_SAFE_INTEGER so we will lost precision when JSON.parse - line 135: // TODO: This could be more advanced, looking at the allowedResources field (see https://github.com/Azure/autorest/tree/main/docs/extensions#schema) and ensuring that only the allowed resources are referenced, but - line 136: // TODO: for now a generic ARM ID check is better than nothing. lib/apiScenario/postmanCollectionRunnerClient.ts (3 lines): - line 198: // TODO: figure out what's this for - line 296: // TODO output variables - line 913: // TODO For post request do not output response log. lib/exampleQualityValidator/exampleQualityValidator.ts (1 line): - line 186: //TODO: find schema by pointer. and check whether it type is string. lib/swagger/jsonLoader.ts (1 line): - line 24: transformRef?: boolean; // TODO implement transformRef: false lib/swagger/swaggerTypes.ts (1 line): - line 158: // TODO check why do we need provider lib/swagger/swaggerLoader.ts (1 line): - line 46: // TODO reportError lib/liveValidation/liveValidator.ts (1 line): - line 887: // TODO: add data-plane RP to cache. lib/apiScenario/apiScenarioLoader.ts (1 line): - line 527: // TODO dynamic json patch lib/generator/swaggerMocker.ts (1 line): - line 319: // TODO: handle discriminator without enum options