بنقرة واحدة
netex-typescript-model
يحتوي netex-typescript-model على 3 من skills المجمعة من entur، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Internal architecture of json-schema/xsd-to-jsonschema.js — the GraalVM JavaScript converter that transforms NeTEx XSD schemas into annotated JSON Schema. Use when modifying the converter, debugging conversion output, adding new annotation passes, or understanding how XSD constructs map to JSON Schema. Trigger: /sub-graph or when editing xsd-to-jsonschema.js.
Autonomously refactor a change across the codebase, running tests in a loop until green, then rebuild and commit.
Generate OpenAPI 3.x schema components from XSD schemas with correct XML serialization annotations. Covers the xml: object (name, attribute, wrapped, namespace, prefix), XSD-to-OpenAPI mapping rules, and how to extend xsd-to-jsonschema.js to produce OpenAPI-compatible output. Use when converting XSD types to OpenAPI schemas, adding XML media type support to OpenAPI specs, or debugging XML serialization of OpenAPI-generated models.