Felt · Schema

User

MapsGISGeospatialCollaborativeMappingLayersEmbedding

Properties

Name Type Description
email string
id object
name string
View JSON Schema on GitHub

JSON Schema

felt-user.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "User",
  "properties": {
    "email": {
      "type": "string"
    },
    "id": {
      "$ref": "#/components/schemas/FeltID"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}