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
------------------------------
Original Message:
Sent: Mar 12, 2025 09:10
From: Georgios Tziavas
Subject: TMF915 AI Management API
In AiModelSpecification sub-resource (TMF915_AI_Management_API_User_Guide_v4.0.0, p.26) the following fields are stated as objects. Are there any guidelines on how to implement them?

------------------------------
George Tziavas,
Researcher,
University of Patras Greexe
------------------------------