openid-provider-metadata
v1.0.1
Published
JSON Schema and TypeScript Types for OpenID Provider Metadata.
Downloads
3
Maintainers
Readme
OpenID Provider Metadata Schema and Types
- Author: Jonathan M. Wilbur <[email protected]>
- Copyright Year: 2020
- License: MIT License
JSON Schema (both as a JavaScript Object and as JSON) and TypeScript interfaces for representing OpenID Provider Metadata, as described here.
Recreate
I am not going to implement scripts or automation for this, because it will probably not going to change very often.
- Compile
index.ts
toindex.js
:tsc ./source/index.ts
. - Convert
index.js
toindex.json
:node -e 'console.log(JSON.stringify(require(\"./source/index.js\").default));' > .\source\index.json
. - Convert
index.json
toindex.d.ts
:node ./tools/compileInterfaces.js
.