schemas.schema-form.json Maven / Gradle / Ivy
{
"type" : "object",
"id" : "urn:jsonschema:io:gravitee:am:resource:mock:MFAResourceConfiguration",
"properties" : {
"code": {
"title": "Code",
"description": "Unique code verified by this mock resource",
"type": "string"
}
},
"required": ["code"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy