Creating a Schema for API Integration and Runtime Validation
Hello! I'm a beginner to effect schema. I want to build a schema, that covers my api integration. I have a server which responses with json objects. I have documentation about these objects but I want to write a schema for all of those objects and check my requests/responses at runtime
