-
The [specification](http://cf-json.org/specification) only contains an example with some description. It would be great if we could describe the CF-JSON with proper specs. This could be a [JSON Schema…
-
**Describe the problem**
Current usage of $ref is attempting to point to external OSCAL schemas that are not OpenAPI formatted. $ref attempts to import the specific OpenAPI schema and results in an …
-
The "source element in the definitions seems to be an `object` but does not have any `properties` only has the `minProperties` defined. May be this is a mistake?
https://github.com/CVEProject/cve-…
-
Hi,
thanks for your cool Tool for Open-Webui.
I've tried to use it, but it starts always with the following error and I did not receive any documents. URL and Token is set.
Thanks for your hel…
-
Last year, I worked on a project called [Syncodia](https://github.com/pstutz/syncodia), where I explored using Scala classes/functions to specify JSON schemas and allow invoking functions seamlessly. …
-
Hi,
I am trying to use this package for creating Swagger documentation for Azure functions. But I am getting an error for a Schema which is using Zod Map:
``` typescript
export const PayloadSch…
-
If `POST /cve/:id/cna` is used to submit a CNA container in which there is a CVSS 3 baseScore/BaseSeverity mismatch and also a second problem (e.g., no references), then the initial submission shows …
-
### What happens?
Hi team!
I think this may be a bug, although it's entirely possible that I'm doing it wrong. Our docs do not seem to be showing the `content-type` header in generated requests. …
-
Definitions can be of type object.
Definitions can have fields.
- [ ] Update JSON Schema datacontract.schema.json
- [ ] Update JSON Schema definition.schema.json
- [ ] Update README/Spec
-
A `$ref` breaks when used on the root object
## Example A
Non-working example:
```json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"$ref": "#/definitions…