{"id":17600251,"url":"https://github.com/mtwilliams/typespec","last_synced_at":"2026-01-30T14:18:24.052Z","repository":{"id":59158410,"uuid":"45322389","full_name":"mtwilliams/typespec","owner":"mtwilliams","description":":nut_and_bolt: Specify complex schema made of types or specific values.","archived":false,"fork":false,"pushed_at":"2016-03-09T04:34:05.000Z","size":52,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T23:59:21.924Z","etag":null,"topics":["composition","dsl","gem","ruby"],"latest_commit_sha":null,"homepage":"http://mtwilliams.github.io/typespec","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtwilliams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-31T23:57:39.000Z","updated_at":"2016-03-05T21:25:51.000Z","dependencies_parsed_at":"2022-09-13T17:50:55.442Z","dependency_job_id":null,"html_url":"https://github.com/mtwilliams/typespec","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mtwilliams/typespec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwilliams%2Ftypespec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwilliams%2Ftypespec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwilliams%2Ftypespec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwilliams%2Ftypespec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtwilliams","download_url":"https://codeload.github.com/mtwilliams/typespec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtwilliams%2Ftypespec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composition","dsl","gem","ruby"],"created_at":"2024-10-22T11:10:10.091Z","updated_at":"2026-01-30T14:18:24.032Z","avatar_url":"https://github.com/mtwilliams.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Typespec](http://mtwilliams.github.io/typespec)\n\n[![Gem Version](https://img.shields.io/gem/v/typespec.svg)](https://rubygems.org/gems/typespec)\n[![Build Status](https://img.shields.io/travis/mtwilliams/typespec/master.svg)](https://travis-ci.org/mtwilliams/typespec)\n[![Code Climate](https://img.shields.io/codeclimate/github/mtwilliams/typespec.svg)](https://codeclimate.com/github/mtwilliams/typespec)\n[![Dependency Status](https://img.shields.io/gemnasium/mtwilliams/typespec.svg)](https://gemnasium.com/mtwilliams/typespec)\n\n:nut_and_bolt: Specify complex schema made of types or specific values.\n\n```Ruby\nmodule Defines\n  def self.typespec\n    Typespec.hash[Typespec.string =\u003e Typespec.or[Typespec.nothing,\n                                                 Typespec.boolean,\n                                                 Typespec.number,\n                                                 Typespec.string]]\n  end\nend\n\nDefines.typespec.valid?('YETI_LINKAGE' =\u003e 'YETI_LINKAGE_STATIC',\n                        '__YETI_IS_BEING_COMPILED__' =\u003e true,\n                        'YETI_CONFIGURATION' =\u003e 'YETI_CONFIGURATION_DEBUG',\n                        '_HAS_EXCEPTIONS' =\u003e false,\n                        '_SCL_SECURE_NO_WARNINGS' =\u003e true,\n                        '_CRT_SECURE_NO_WARNINGS' =\u003e true,\n                        '_CRT_SECURE_NO_DEPRECATE' =\u003e true,\n                        '_SECURE_SCL_THROWS' =\u003e false,\n                        '_SILENCE_DEPRECATION_OF_SECURE_SCL_THROWS' =\u003e true,\n                        '_USING_V110_SDK71_' =\u003e true,\n                        '_DEBUG' =\u003e true,\n                        '_HAS_ITERATOR_DEBUGGING' =\u003e true,\n                        '_SECURE_SCL' =\u003e true)\n\n#=\u003e true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtwilliams%2Ftypespec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtwilliams%2Ftypespec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtwilliams%2Ftypespec/lists"}