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
The book example does not work in v1.0.0.
The text was updated successfully, but these errors were encountered:
Its works ... I just used it the wrong way. @tschmidtb51
To do it right you have to insert a new type on the top level and reference it later in the document. E.g to define a mobydick type you have to:
mobydick
[types] [types."mobydick"] type = "book" path = "mobydick.txt" minlength = 100 maxlength = 1000 [types."csaf:#"] type = "object"
Later in the template document you can reference it like this
[[types."csaf:#/properties/document".properties]] name = "category" required = true type = "mobydick"
@bernhard-herzog Maybe we should improve the docs a bit?!
Sorry, something went wrong.
s-l-teichmann
No branches or pull requests
The book example does not work in v1.0.0.
The text was updated successfully, but these errors were encountered: