MobileAPI.dev · Schema

SelfieCamera

Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS

Properties

Name Type Description
id integer
modules string Front camera modules/sensors (Single, Dual, etc.)
features string Front camera features (HDR, face unlock, etc.)
video string Front camera video recording capabilities
View JSON Schema on GitHub

JSON Schema

mobileapi-selfiecamera-schema.json Raw ↑
{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.mobileapi.dev/schemas/selfiecamera.json", "title": "SelfieCamera", "type": "object", "properties": {"id": {"title": "ID", "type": "integer", "readOnly": true}, "modules": {"title": "Modules", "description": "Front camera modules/sensors (Single, Dual, etc.)", "type": "string"}, "features": {"title": "Features", "description": "Front camera features (HDR, face unlock, etc.)", "type": "string"}, "video": {"title": "Video", "description": "Front camera video recording capabilities", "type": "string"}}}