Useful links: 1. https://www.npmjs.com/package/json-schema - this is a historical repository for the early development of the JSON Schema specification and implementation. 2. https://www.npmjs.com/package/react-jsonschema-form - A simple React component capable of building HTML forms out of a JSON schema 3. https://github.com/openshift/console/tree/master/frontend/packages/console-shared/src/components/dynamic-form - OpenShift Developer Console dynamic form generator based on OpenAPI json schema 4. odo proposal https://github.com/openshift/odo/blob/main/docs/proposals/improved-schema-for-services.md 5. To get swagger definition from the cluster ``` curl -H "Authorization: Bearer sha256~xJnCcK4Rd90cZkPbnAiJWpzSKEDM-Vtskx3F8EiF99I" -H "Content-Type: application/json" -H "Accept: application/json" "https://api.crc.testing:6443/openapi/v2" --insecure ```  https://user-images.githubusercontent.com/620330/134310222-c3b6c0b3-8e7a-4fab-8b91-4d19b4dd8e8c.mp4
Useful links:
vscode-record-test-2021-09-22_01.27.45.mp4