|
28 | 28 | "usefulLinks": [ |
29 | 29 | { |
30 | 30 | "category": "CSAPI Standard", |
| 31 | + "icon": "fa-book", |
31 | 32 | "links": [ |
32 | | - { "name": "OGC API – Connected Systems – Part 1: Feature Resources (OGC 23-001)", "url": "https://docs.ogc.org/is/23-001/23-001.html", "note": "Approved Implementation Standard — Systems, Deployments, Procedures, Sampling Features, Properties." }, |
33 | | - { "name": "OGC API – Connected Systems – Part 2: Dynamic Data (OGC 23-002)", "url": "https://docs.ogc.org/is/23-002/23-002.html", "note": "Approved Implementation Standard — DataStreams, Observations, Control Streams, Commands." }, |
34 | | - { "name": "Part 1 OpenAPI bundle (YAML, OAS 3.1)", "url": "https://github.com/OS4CSAPI/ogc-client-CSAPI_2/blob/main/docs/research/standards/ogcapi-connectedsystems-1.bundled.oas31.yaml", "note": "Machine-readable Part 1 endpoint and schema definitions (all $refs resolved)." }, |
35 | | - { "name": "Part 2 OpenAPI bundle (YAML, OAS 3.1)", "url": "https://github.com/OS4CSAPI/ogc-client-CSAPI_2/blob/main/docs/research/standards/ogcapi-connectedsystems-2.bundled.oas31.yaml", "note": "Machine-readable Part 2 endpoint and schema definitions (all $refs resolved)." }, |
36 | | - { "name": "OGC API – Connected Systems Reviewer's Guide (OGC 23-053r1)", "url": "https://docs.ogc.org/guides/23-053r1/pdf", "note": "Official OGC reviewer's guide (PDF)." }, |
37 | | - { "name": "OGC API – Connected Systems – v1.0 publication announcement", "url": "https://www.ogc.org/announcement/ogc-announces-publication-of-ogc-api-connected-systems-and-updates-to-supporting-standards/", "note": "Announcement of v1.0 and supporting-standard updates." }, |
38 | | - { "name": "CSAPI standard repo (opengeospatial/ogcapi-connected-systems)", "url": "https://github.com/opengeospatial/ogcapi-connected-systems", "note": "Public repository for the Connected Systems SWG." }, |
39 | | - { "name": "OS4CSAPI CSAPI developer page", "url": "https://os4csapi.github.io/ogc-csapi-website/", "note": "CSAPI developer page — overview of CSAPI and the open-source ecosystem." } |
| 33 | + { "name": "OGC API – Connected Systems – Part 1: Feature Resources (OGC 23-001)", "url": "https://docs.ogc.org/is/23-001/23-001.html", "note": "Approved Implementation Standard — Systems, Deployments, Procedures, Sampling Features, Properties.", "tag": "Spec", "icon": "fa-file-alt" }, |
| 34 | + { "name": "OGC API – Connected Systems – Part 2: Dynamic Data (OGC 23-002)", "url": "https://docs.ogc.org/is/23-002/23-002.html", "note": "Approved Implementation Standard — DataStreams, Observations, Control Streams, Commands.", "tag": "Spec", "icon": "fa-file-alt" }, |
| 35 | + { "name": "Part 1 OpenAPI bundle (YAML, OAS 3.1)", "url": "https://github.com/OS4CSAPI/ogc-client-CSAPI_2/blob/main/docs/research/standards/ogcapi-connectedsystems-1.bundled.oas31.yaml", "note": "Machine-readable Part 1 endpoint and schema definitions (all $refs resolved).", "tag": "OpenAPI", "icon": "fa-code" }, |
| 36 | + { "name": "Part 2 OpenAPI bundle (YAML, OAS 3.1)", "url": "https://github.com/OS4CSAPI/ogc-client-CSAPI_2/blob/main/docs/research/standards/ogcapi-connectedsystems-2.bundled.oas31.yaml", "note": "Machine-readable Part 2 endpoint and schema definitions (all $refs resolved).", "tag": "OpenAPI", "icon": "fa-code" }, |
| 37 | + { "name": "OGC API – Connected Systems Reviewer's Guide (OGC 23-053r1)", "url": "https://docs.ogc.org/guides/23-053r1/pdf", "note": "Official OGC reviewer's guide (PDF).", "tag": "Guide", "icon": "fa-file-pdf" }, |
| 38 | + { "name": "OGC API – Connected Systems – v1.0 publication announcement", "url": "https://www.ogc.org/announcement/ogc-announces-publication-of-ogc-api-connected-systems-and-updates-to-supporting-standards/", "note": "Announcement of v1.0 and supporting-standard updates.", "tag": "News", "icon": "fa-bullhorn" }, |
| 39 | + { "name": "CSAPI standard repo (opengeospatial/ogcapi-connected-systems)", "url": "https://github.com/opengeospatial/ogcapi-connected-systems", "note": "Public repository for the Connected Systems SWG.", "tag": "Repo", "icon": "fa-github", "iconStyle": "fab" }, |
| 40 | + { "name": "OS4CSAPI CSAPI developer page", "url": "https://os4csapi.github.io/ogc-csapi-website/", "note": "CSAPI developer page — overview of CSAPI and the open-source ecosystem.", "tag": "Site", "icon": "fa-globe" } |
40 | 41 | ] |
41 | 42 | }, |
42 | 43 | { |
43 | 44 | "category": "OGC Connected Systems SWG (Agora)", |
| 45 | + "icon": "fa-comments", |
44 | 46 | "links": [ |
45 | | - { "name": "Connected Systems SWG — General", "url": "https://agora.ogc.org/c/overview-716694/", "note": "SWG space on OGC Agora." }, |
46 | | - { "name": "Connected Systems SWG — Events", "url": "https://agora.ogc.org/c/events-connected-systems-swg/", "note": "SWG events feed on OGC Agora." } |
| 47 | + { "name": "Connected Systems SWG — General", "url": "https://agora.ogc.org/c/overview-716694/", "note": "SWG space on OGC Agora.", "tag": "Forum", "icon": "fa-users" }, |
| 48 | + { "name": "Connected Systems SWG — Events", "url": "https://agora.ogc.org/c/events-connected-systems-swg/", "note": "SWG events feed on OGC Agora.", "tag": "Forum", "icon": "fa-calendar-alt" } |
47 | 49 | ] |
48 | 50 | } |
49 | 51 | ], |
|
0 commit comments