diff --git a/src/app-directory/specification/test/index.js b/src/app-directory/specification/test/index.js index 3e86e92bf..3727b52bc 100644 --- a/src/app-directory/specification/test/index.js +++ b/src/app-directory/specification/test/index.js @@ -15,7 +15,6 @@ const exampleApplication2 = require('../examples/application/fdc3-workbench.json console.log('Setting up the validator...'); const v = new Validator(); - console.log('\nValidating the first example: myApplication.json'); const validatorResult1 = v.validate(exampleApplication1, applicationSchema); @@ -35,7 +34,6 @@ const exampleApplication2 = require('../examples/application/fdc3-workbench.json ); console.log('Successfully validated the specification and the second example application definition!'); - } catch (error) { console.log(error.message || error); } diff --git a/website/data/community.json b/website/data/community.json index 6b3c5411e..3a6b73115 100644 --- a/website/data/community.json +++ b/website/data/community.json @@ -7,7 +7,7 @@ "type": "examples-and-training", "badges": [ ], - "description": "

This entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.

" + "description": "

This FREE entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.

" }, { "title": "Developing Solutions with FDC3 (LFD237)", @@ -17,7 +17,7 @@ "type": "examples-and-training", "badges": [ ], - "description": "

This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.

" + "description": "

This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.

LFD237 is priced at $299 but free seats are available to FINOS members.

" }, { "title": "FDC3 Certified Practitioner (FCFP)", @@ -27,7 +27,7 @@ "type": "examples-and-training", "badges": [ ], - "description": "

The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.

" + "description": "

The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.

FCFP is priced at $250 but free seats are available to FINOS members.

" }, { "title": "ChartIQ", @@ -198,7 +198,16 @@ "link": "https://www.finos.org/blog/fdc3-news-march-2023" } ] - } + }, + { + "src": "/img/community/certified-2.0.png", + "items": [ + { + "text": "OpenFin - 32.114.76.14 Certified Conformant With FDC3 2.0 Specification on 19th October 2023", + "link": "https://www.finos.org/press/finos-announces-fdc3-2.1" + } + ] + } ] }, { diff --git a/website/data/training.json b/website/data/training.json index 981e90123..1485bb86e 100644 --- a/website/data/training.json +++ b/website/data/training.json @@ -7,7 +7,7 @@ "type": "examples-and-training", "badges": [ ], - "description": "

This entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.

" + "description": "

This FREE entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.

" }, { "title": "Developing Solutions with FDC3 (LFD237)", @@ -17,7 +17,7 @@ "type": "examples-and-training", "badges": [ ], - "description": "

This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.

" + "description": "

This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.

LFD237 is priced at $299 but free seats are available to FINOS members.

" }, { "title": "FDC3 Certified Practitioner (FCFP)", @@ -27,6 +27,6 @@ "type": "examples-and-training", "badges": [ ], - "description": "

The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.

" + "description": "

The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.

FCFP is priced at $250 but free seats are available to FINOS members.

" } ]