# app.xptracker.job.defs

> Published by [xptracker.app](https://lexicon.garden/identity/did:plc:sjdzta3aangdjnmvktxvei22)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:sjdzta3aangdjnmvktxvei22/app.xptracker.job.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:sjdzta3aangdjnmvktxvei22/app.xptracker.job.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:sjdzta3aangdjnmvktxvei22/app.xptracker.job.defs/examples)

## Definitions

### `app.xptracker.job.defs#jobType`

**Type**: `string`

**Known Values**:
- `remote`
- `hybrid`
- `onsite`
- `unspecified`

### `app.xptracker.job.defs#employmentType`

**Type**: `string`

**Known Values**:
- `fullTime`
- `partTime`
- `contract`
- `internship`
- `temporary`
- `unspecified`

### `app.xptracker.job.defs#provenanceMethod`

**Type**: `string`

**Known Values**:
- `manual`
- `scraper`
- `import`
- `api`
- `userSubmitted`

## Raw Schema

```json
{
  "id": "app.xptracker.job.defs",
  "defs": {
    "jobType": {
      "type": "string",
      "knownValues": [
        "remote",
        "hybrid",
        "onsite",
        "unspecified"
      ]
    },
    "employmentType": {
      "type": "string",
      "knownValues": [
        "fullTime",
        "partTime",
        "contract",
        "internship",
        "temporary",
        "unspecified"
      ]
    },
    "provenanceMethod": {
      "type": "string",
      "knownValues": [
        "manual",
        "scraper",
        "import",
        "api",
        "userSubmitted"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
