Defining a Struct for Matching Any Key in a Schema
Is there a way to define a struct that matches any key?
What I'm trying to do is create a schema for something like
What I'm trying to do is create a schema for something like
{
"new-7": "V1",
"new-8": "V2"
}