1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1
View File
@@ -140,6 +140,7 @@ Returns:
[
{
"codes": string,
"name": string,
"version": string,
"architecture": string,
+1
View File
@@ -147,6 +147,7 @@ def process(proc_data):
[
{
"codes": string,
"name": string,
"version": string,
"architecture": string,