blob: 15452f89a0dab08240594cc88bc967400b68dec7 [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "jakarta.activation.DataHandler",
"anyOf" : [ {
"type" : "string"
}, {
"type" : "object",
"properties" : {
"Include" : {
"type" : "object",
"properties" : {
"href" : {
"type" : "string"
}
}
}
}
} ]
}