From d7768df5a4a4f3589730cdbc300eadbeae208e8c Mon Sep 17 00:00:00 2001 From: NovaEBA <63096721+NovaEBA@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:15:28 +0100 Subject: [PATCH 1/3] feature/OC-257/publiccode-update --- publiccode.yaml | 62 +++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/publiccode.yaml b/publiccode.yaml index de4a299..1a6ccad 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -1,48 +1,64 @@ + +--- + publiccodeYmlVersion: "0.1" -name: "Public Code Open Catalogi" -url: "https://yml.publiccode.tools/schema.core.html" +name: "OpenCatalogi API" +url: "https://github.com/OpenCatalogi/api" releaseDate: "2022-04-08" -softwareType: configurationFiles +softwareType: "configurationFiles" inputTypes: - - application/json - - application/xml + - "application/json" + - "application/xml" outputTypes: - - application/json - - application/ld+json - - application/hal+json - - application/vnd.api+json - - application/health+json - - application/xml - - application/x-yaml - - text/csv - - text/html + - "application/json" + - "application/ld+json" + - "application/hal+json" + - "application/vnd.api+json" + - "application/health+json" + - "application/xml" + - "application/x-yaml" + - "text/csv" + - "text/html" platforms: - - web + - "web" categories: - - collaboration - - it-development - -developmentStatus: beta + - "collaboration" + - "it-development" + - "application-development" + +developmentStatus: "beta" +roadmap: "https://github.com/orgs/OpenCatalogi/projects/1" + +nl: + commonground: + layerType: "process" + +intendedAudience: + scope: + - "government" + description: nl: shortDescription: "Een API om open source projecten te delen." documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml&nocors' apiDocumentation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml' testDataLocation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/data/opencatalogi.json' + longDescription: "Een API om open source projecten te delen." en: - shortDescription: "An API to share open source projects" + shortDescription: "An API to share open source projects." documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml&nocors' apiDocumentation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml' testDataLocation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/data/opencatalogi.json' - + longDescription: "An API to share open source projects." dependsOn: open: - - name: common-gateway - versionMin: 1.0.0 + - name: "common-gateway" + hardware: + - "versionMin: 1.0.0" From f82c68de53bfacbbe6a88994d72d38f0704a1cea Mon Sep 17 00:00:00 2001 From: NovaEBA <63096721+NovaEBA@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:30:32 +0100 Subject: [PATCH 2/3] Update publiccode.yaml --- publiccode.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/publiccode.yaml b/publiccode.yaml index 1a6ccad..bc4a31d 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -1,7 +1,8 @@ --- - -publiccodeYmlVersion: "0.1" +publiccodeYmlVersion: 1.0 +developmentStatus: 'stable' +releaseDate: '31/10/2022' name: "OpenCatalogi API" url: "https://github.com/OpenCatalogi/api" @@ -46,17 +47,20 @@ intendedAudience: description: nl: + localisedName: "OpenCatalogi applicatie" shortDescription: "Een API om open source projecten te delen." documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml&nocors' apiDocumentation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml' testDataLocation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/data/opencatalogi.json' longDescription: "Een API om open source projecten te delen." en: + localisedName: "OpenCatalogi application" shortDescription: "An API to share open source projects." documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml&nocors' apiDocumentation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/OAS.yaml' testDataLocation: 'https://raw.githubusercontent.com/OpenCatalogi/api/master/data/opencatalogi.json' longDescription: "An API to share open source projects." + dependsOn: open: - name: "common-gateway" From effbf477be777abf35aeea49f516e315e735aa07 Mon Sep 17 00:00:00 2001 From: NovaEBA <63096721+NovaEBA@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:44:06 +0100 Subject: [PATCH 3/3] Update publiccode.yaml --- publiccode.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/publiccode.yaml b/publiccode.yaml index bc4a31d..bf3129b 100644 --- a/publiccode.yaml +++ b/publiccode.yaml @@ -64,5 +64,4 @@ description: dependsOn: open: - name: "common-gateway" - hardware: - "versionMin: 1.0.0"