Skip to content

Commit

Permalink
Add more site fields to match API and add relation from Interface to …
Browse files Browse the repository at this point in the history
…IP's
  • Loading branch information
lpconsulting321 committed Oct 16, 2024
1 parent ae0c10d commit 4e67904
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions models/examples/slurpit/slurpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ nodes:
- kind: Text
name: street
optional: true
- kind: Text
name: city
optional: true
- kind: Text
name: county
optional: true
- kind: Text
name: state
optional: true
- kind: Text
name: zipcode
optional: true
Expand Down Expand Up @@ -340,6 +349,10 @@ nodes:
optional: false
cardinality: one
kind: Parent
- name: ip_addresses
peer: InfraIPAddress
cardinality: many
kind: Component
- name: IPAddress
namespace: Infra
description: "IP Address"
Expand Down

0 comments on commit 4e67904

Please sign in to comment.