-
### Tool Name
protoc-gen-jsonschema
### Tool Description
JsonSchema generator plugin for Google Protocol Buffers
### Action Type
- [X] Add Tool
- [ ] Modify Tool
### Tooling Types
- [ ] validat…
-
If I have a schema like:
```json
"rings": {
"type": "array",
"description": "Array of the deployment ring object.",
"items": {
"anyOf": …
-
one has to add
```yaml
--generator-arguments 'jsonschema: {not_closed: false}'
```
to get a closed jsonschema
-
As documented via #1666, schema generation from Kotlin classes currently requires using non idiomatic
code like `data class Foo(@get:JsonProperty(required = true, value = "output") val bar: String)`…
-
Today, all of aep.dev uses openapi 3.0 definitions.
Given the nascence of the project and our decision to control our own toolchains, we have some freedom to update the OAS version and not pay a p…
-
**Is your feature request related to a problem? Please describe.**
The current behavior generates unhelpful enumerated class names, like `Address1`, `Address2`, `Address3` when the source has multipl…
straz updated
4 weeks ago
-
### Motivation
I would like to define regex pattern for a property in a facet in specs to regulate the input from python sdk. For example, for the `type` property in `SourceCodeLocationJobFacet`, I w…
-
## Goal
To provide clear and comprehensive documentation detailing the support status for various input formats like JsonSchema and OpenAPI, including different drafts like Draft 7 and Draft 2019-09,…
-
### Describe the issue as clearly as possible:
I am trying the mlx-lm examples from your documentation:
[https://dottxt-ai.github.io/outlines/latest/reference/models/mlxlm/](https://dottxt-ai.github…
lemig updated
21 hours ago
-
```
running develop
running egg_info
writing requirements to skinfer.egg-info/requires.txt
writing skinfer.egg-info/PKG-INFO
writing top-level names to skinfer.egg-info/top_level.txt
writing dependenc…