I have been handed an OpenAPI spec from another application. I'd like to create a Schema that conforms to that spec, either by ingesting the OpenAPI YAML spec directly, or by asserting that the schema conforms to the generated TS types. How can I do this?