We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like other pieces of the ATC, validating the declaration during the authoring process can be extremely helpful.
Fast has a schema for yaml files. Looking to validate fast yaml templates with that schema to provide insight during the authoring process
I took a quick try to get this working but there seems to be some parsing differences. Will continue researching
Schema: https://github.com/f5devcentral/f5-fast-core/blob/master/schema/template.json
AS3 schema as referece: https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json
A schema validator: https://jsonschemalint.com/#!/version/draft-07/markup/json
Could also use this to add in a FAST snippet
The text was updated successfully, but these errors were encountered:
DumpySquare
No branches or pull requests
Like other pieces of the ATC, validating the declaration during the authoring process can be extremely helpful.
Fast has a schema for yaml files. Looking to validate fast yaml templates with that schema to provide insight during the authoring process
I took a quick try to get this working but there seems to be some parsing differences. Will continue researching
Schema: https://github.com/f5devcentral/f5-fast-core/blob/master/schema/template.json
AS3 schema as referece: https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json
A schema validator: https://jsonschemalint.com/#!/version/draft-07/markup/json
Could also use this to add in a FAST snippet
The text was updated successfully, but these errors were encountered: