# Slot: input _Input string for the rule._ URI: [mappingrules:input](https://w3id.org/oak/mapping-rules-datamodel/input) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Test](Test.md) | A unit test for a rule, specifies an intended output for an input | no | ## Properties * Range: [String](String.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/mapping-rules-datamodel ## LinkML Source
```yaml name: input description: Input string for the rule. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 alias: input owner: Test domain_of: - Test range: string ```