You need to enable JavaScript to run this app.
Input schema editor
Configure your input schema
Metadata
Title
Description
This is actor input schema
Properties
ADD NEW PROPERTY
country
title: Country
type: string
editor: select
EDIT
DELETE
Input Schema JSON
IMPORT SCHEMA
COPY TO CLIPBOARD
DOWNLOAD
{
"
title
"
:
string
"Actor input schema"
"
description
"
:
string
"This is actor input schema"
"
type
"
:
string
"object"
"
schemaVersion
"
:
int
1
"
properties
"
:
{
"
country
"
:
{
"
title
"
:
string
"Country"
"
type
"
:
string
"string"
"
description
"
:
string
"Select your country"
"
editor
"
:
string
"select"
"
enum
"
:
[
0
:
string
"us"
1
:
string
"de"
2
:
string
"fr"
]
"
enumTitles
"
:
[
0
:
string
"USA"
1
:
string
"Germany"
2
:
string
"France"
]
}
}
"
required
"
:
[
]
}