#JSONSchema
god damn it
June 1, 2025 at 12:00 AM
OpenAI API docs and JSONSchema are once again both lying
December 15, 2024 at 12:15 AM
Create forms based on JSON schemas with svelte-jsonschema-form ⚙️ - https://madewithsvelte.com/svelte-jsonschema-form
February 16, 2025 at 11:25 AM
@kinlane.bsky.social published a sharp piece worth reading: if the model can generate the API, why do you still need the standards? He traces the same mistake from SOAP/WSDL. The deterministic artifacts (#OpenAPI, #Arazzo, #JSONSchema, #AsyncAPI) are what make a generated API something governable
September 25, 2026 at 10:49 AM
How common is it to code gen Typescript or pydantic types from JSONSchema?
February 10, 2025 at 4:44 PM
Published v2 of my JSON Schema to documentation utility.
`npm i json-schema-doc-ts`
#TypeScript #JavaScript #JSONSchema #MarkDown
March 17, 2025 at 3:19 PM
曖昧な差し戻しに備える、という現実的すぎる話
https://papoo.work/doc/1138a2342e920710
#mcp #ci #jsonschema #コードレビュー #開発運用
曖昧な差し戻しに備える、という現実的すぎる話
papoo.work
September 25, 2026 at 1:51 PM
So I've mentioned that I'm working on a new library for extremely pluggable/composable LLM workflows, especially agentic ones. I'm getting closer to opening that up. One thing that underpins this is the ability to use NimbleOptions for function calling and structured outputs via JSONSchema. 1/2
April 1, 2025 at 3:05 PM
今夜はこれ走らせとく

M5 MacBook Air が発表されたらめっちゃ音を鳴らすスクリプト | Thredot thredot.org/threads/FREE... #thredot
M5 MacBook Air が発表されたらめっちゃ音を鳴らすスクリプト | Thredot
import { $ } from "bun"; const jsonSchema = { type: "object", properties: { announced: { type: "boolean", description: "M5 MacBook Air が正...
thredot.org
March 2, 2026 at 1:52 PM
This looks great - but tbh., I'm very sad that the choice for schemas went to "zod only" instead of "Standard Schema" (I know, probably not possible until JSONStandardSchema is a thing) or at least "JSONSchema or zod".
December 5, 2025 at 6:54 AM
曖昧な差し戻しに備える、という現実的すぎる話
https://papoo.work/doc/1138a2342e920710
#mcp #ci #jsonschema #コードレビュー #開発運用
曖昧な差し戻しに備える、という現実的すぎる話
papoo.work
September 23, 2026 at 12:45 AM
I'm dead serious I _will_ ship cookies to the person who solves this: github.com/zed-industri...

Claim your cookies!
lsp settings should support autocomplete via jsonschema · Issue #18287 · zed-industries/zed
Describe the feature Currently we do not support autocomplete/suggestions for keys under the lsp object in settings (not even the name of available language servers) so users are forced to operate ...
github.com
November 18, 2025 at 1:18 PM
yo #openai

Since your API depends so heavily on #jsonschema, especially the awesome "response_format" feature.

Be a good #opensource citizen and let JSON Schema community have your logo on website. It is best if you also write a case study article there.

#openaidev #openaidevs #openaitech
January 17, 2025 at 3:13 PM
Create forms based on JSON schemas with svelte-jsonschema-form ⚙️ - madewithsvelte.com/svelte-jsons...
April 10, 2026 at 10:25 AM
semi-related, but I was very impressed with typify for jsonschema stuff (bringing it back to the original thread, I was using it for the MCP spec)
May 18, 2026 at 6:22 PM
Great to see #OpenAPI Initiative, #AsyncAPI Initiative, #JSONSchema and @graphqlfoundation.bsky.social come together as part of the #API standards booth at #APIDaysParis!

Stop by if you want to learn more about the specifications
December 5, 2024 at 10:58 AM
80 lines of Python to convert CSV to JSON with schema validation. Built for clean ETL pipelines. Beginner friendly. https://www.valtersit.com/python/csv-to-json-transformer-with-schema-validation/ #python #jsonschema #utilities
CSV to JSON Transformer with Schema Validation
www.valtersit.com
September 23, 2026 at 4:30 AM
Currently working on migrating away from a package written in go to jsonschema or Apache Avro.
January 9, 2026 at 9:12 AM
Some nice fixes just landed into @ApiPlatform
v4.0.12 check it out!

github.com/api-platform...
Release v4.0.12 · api-platform/core
What's Changed fix(jsonschema): hashmaps produces invalid openapi schema by @vinceAmstoutz in #6830 Fix/missing error normalizer trait by @mladencosa in #6853 [Laravel] Fix GraphQL Resolver Discov...
github.com
December 13, 2024 at 2:39 PM
JsonSchema? Pelo que minha equipe viu json schema ta Mai's língua franca do que avro
October 17, 2024 at 12:55 AM
Pretty common but if one of these languages is the “main” one, it might be more desirable to generate JSONSchema from Pydantic/TS and generate the models for other language from JSONSchema. It’s more about where you want the source of truth should be.
February 10, 2025 at 8:52 PM
BTW, 0.5.0 is on CRAN with fun functions like stablize_any_of() and assert_not() for (almost) full JSONSchema support 🎉
September 14, 2026 at 11:10 PM
I'll present next week during the JSON Schema APIDays Paris!
Agenda: conference.json-schema.org/schedule/#da...
Grab your free ticket here 👉 ticket.apidays.global/event/apiday...

#jsonschemaconf24 #jsonschema #apidays #data #json
November 29, 2024 at 3:03 PM