Projects STRLCPY scorecard Commits 0564af08
🤬
  • ■ ■ ■ ■ ■ ■
    cron/internal/format/bq.raw.schema
    skipped 330 lines
    331 331   "mode": "REPEATED",
    332 332   "name": "defaultBranchCommits",
    333 333   "type": "RECORD"
     334 + },
     335 + {
     336 + "description": "",
     337 + "fields": [
     338 + {
     339 + "description": "",
     340 + "mode": "NULLABLE",
     341 + "name": "number",
     342 + "type": "STRING"
     343 + },
     344 + {
     345 + "description": "",
     346 + "mode": "NULLABLE",
     347 + "name": "platform",
     348 + "type": "STRING"
     349 + },
     350 + {
     351 + "description": "",
     352 + "mode": "REPEATED",
     353 + "name": "reviews",
     354 + "type": "RECORD",
     355 + "fields": [
     356 + {
     357 + "description": "",
     358 + "mode": "NULLABLE",
     359 + "name": "reviewer",
     360 + "type": "RECORD",
     361 + "fields": [
     362 + {
     363 + "description": "",
     364 + "mode": "NULLABLE",
     365 + "name": "login",
     366 + "type": "STRING"
     367 + }
     368 + ]
     369 + },
     370 + {
     371 + "description": "",
     372 + "mode": "NULLABLE",
     373 + "name": "state",
     374 + "type": "STRING"
     375 + }
     376 + ]
     377 + },
     378 + {
     379 + "description": "",
     380 + "mode": "REPEATED",
     381 + "name": "authors",
     382 + "type": "RECORD",
     383 + "fields": [
     384 + {
     385 + "description": "",
     386 + "mode": "NULLABLE",
     387 + "name": "login",
     388 + "type": "STRING"
     389 + }
     390 + ]
     391 + },
     392 + {
     393 + "description": "",
     394 + "mode": "REPEATED",
     395 + "name": "commits",
     396 + "type": "RECORD",
     397 + "fields": [
     398 + {
     399 + "description": "",
     400 + "mode": "NULLABLE",
     401 + "name": "committer",
     402 + "type": "RECORD",
     403 + "fields": [
     404 + {
     405 + "description": "",
     406 + "mode": "NULLABLE",
     407 + "name": "login",
     408 + "type": "STRING"
     409 + }
     410 + ]
     411 + },
     412 + {
     413 + "description": "",
     414 + "mode": "NULLABLE",
     415 + "name": "message",
     416 + "type": "STRING"
     417 + },
     418 + {
     419 + "description": "",
     420 + "mode": "NULLABLE",
     421 + "name": "sha",
     422 + "type": "STRING"
     423 + }
     424 + ]
     425 + }
     426 + ],
     427 + "mode": "REPEATED",
     428 + "name": "defaultBranchChangesets",
     429 + "type": "RECORD"
    334 430   }
    335 431   ],
    336 432   "mode": "NULLABLE",
    skipped 5 lines
Please wait...
Page is in error, reload to recover