1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add codes field to schema

This commit is contained in:
Kelly Brazil
2021-04-01 20:42:36 -07:00
parent 9dae1091dd
commit 79bc525970
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Returns:
[
{
"codes": string,
"name": string,
"version": string,
"architecture": string,

View File

@ -147,6 +147,7 @@ def process(proc_data):
[
{
"codes": string,
"name": string,
"version": string,
"architecture": string,