Blindly sending this to you... if it doesn't make sense, please follow up.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "AiModelSpecification.schema.json",
"title": "AiModelSpecification",
"definitions": {
"AiModelSpecification": {
"$id": "#AiModelSpecification",
"description": "AiModelSpecification is a class that offers characteristics to describe a type of service.\nFunctionally, it acts as a template by which Services may be instantiated. By sharing the same specification, these services would therefore share the same set of characteristics.",
"type": "object",
"properties": {
"modelSpecificationHistory": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"inheritedModel": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"modelTrainingData": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"modelEvaluationData": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"modelDataSheet": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
},
"mimeType": {
"type": "string"
}
}
},
"deploymentRecord": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"modelContractVersionHistory": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
}
}
}
}
------------------------------
Dan d'Albuquerque
Entronica Company Limited
------------------------------