content property

Map<String, dynamic> content
final

JSON Schema based data representing Queryables document for an OGC API service.

This is data that is directly parsed from JSON Schema data an OGC API Service has published. Use this for more detailed inspection of Queryables metadata when other class members are not enough.

Implementation

final Map<String, dynamic> content;