| slug | String | Machine-readable unique identifier (lowercase, alphanumeric, dash, underscore) | |
| displayName | String | Human-readable name for the service | |
| description | String | Detailed description of the service | [optional] |
| category | CategoryEnum | Service category for discovery | [optional] |
| author | String | Author or organization name | [optional] |
| manifestUrl | URI | URL to fetch the MCP manifest (manifest.yaml) | [optional] |
| apiBaseUrl | URI | Base URL for the service's REST API | [optional] |
| healthCheckUrl | URI | Optional URL for health checks | [optional] |
| version | String | Service version (semantic versioning) | [optional] |
| isPublished | Boolean | Whether service is publicly discoverable | [optional] |
| installCount | Integer | Number of installations/uses | [optional] |
| tags | String | JSON array (stored as string) of tags for searchability | [optional] |
| publishedDate | OffsetDateTime | When service was published | [optional] |
| updatedDate | OffsetDateTime | When service was last updated | [optional] |
| mcpServerId | UUID | Reference to associated MCP server if applicable | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |