ContentTypeDecodable
public protocol ContentTypeDecodable : SystemFields, Decodable
The decodable to get schema of ContentType.
-
The schema for ContentType.
Declaration
Swift
var schema: [String : Any]? { get }