forked from italia/api-oas-checker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubliccode.yml
75 lines (66 loc) · 2.05 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: "0.2"
categories:
- compliance-management
- application-development
description:
it:
features:
- Valida specifiche OpenAPI
- Single-page application
- CLI
genericName: api linter
longDescription: >
Questo repository contiene un validatore in-browser che verifica alcune
delle regole per le API REST indicate nel Modello di Interoperabilità.
Il validatore è basato su stoplight spectral. Il progetto è basato su
nodejs ed usa webpack per creare una single-page application
Nella directory
[rules/](https://github.com/italia/api-oas-checker/blob/master/rules)
ci sono le regole applicate, che vengono poi aggregate nel file
[spectral.yml](https://github.com/italia/api-oas-checker/blob/master/spectral.yml)
che è scaricabile ed utilizzabile per integrare le regole nelle proprie
delivery chain.
shortDescription: >-
Questo repository contiene un validatore in-browser che verifica alcune
delle regole per le API REST indicate nel Modello di Interoperabilità.
screenshots:
- screenshot.png
developmentStatus: development
it:
conforme:
gdpr: false
lineeGuidaDesign: false
misureMinimeSicurezza: false
modelloInteroperabilita: true
countryExtensionVersion: "0.2"
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
riuso:
codiceIPA: pcm
legal:
license: BSD-3-Clause
repoOwner: Presidenza del Consiglio dei Ministri
localisation:
availableLanguages:
- it
localisationReady: false
maintenance:
contacts:
- email: [email protected]
name: Roberto Polli
type: community
name: OpenAPI Checker
platforms:
- linux
releaseDate: "2020-06-16"
softwareType: standalone/web
softwareVersion: 0.3.0
url: "https://github.com/italia/api-oas-checker"