Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 501 Bytes

openapi to json schema action

This action retrieves a validated openapi specification from a Telstra origin and returns a generated json schema.

Inputs

openapi spec url

Required The openapi specification file origin url.

Outputs

json-schema-file

The json schema filename.

Example usage

uses: christrewin/[email protected]
with:
  specification-url: 'https://dev.telstra.com/sites/default/files/redocs/1620871323/messaging-api-swagger_0.yaml'